Function getAchievementPage

  • getAchievementPage() This function gets an array of achievements from an Xbox Live account (with pagination). It fetches a specific page from the API.

    Returns

    an array of achievements from an Xbox Live account.

    Parameters

    • params: XUIDLoginRequestReturn

      | The function parameters, those should be typed as specified.

    • Optional pageToken: number

      | The continuationToken to fetch a specific page. If there is no pageToken, it fetches the first page.

    Returns Promise<AchievementReturn[]>

Generated using TypeDoc