Class AccountRankings

Hierarchy

  • AccountRankings

Constructors

Properties

auroraId: number
leaderboardId: number
rankings: Ranking[]
requestedGatewayId: number
requestedToon: string

Accessors

  • get requestedRanking(): null | Ranking
  • The blizz API requires a toon/gateway combination and returns the account associated, along with the other toon/gateway combinations for that account. This method returns the ranking for the originally requested toon/gateway combination, which is often what you'll actually want.

    Returns null | Ranking

    The ranking for the originally requested toon/gateway combination.

Generated using TypeDoc