LeaderboardApi class
Constructors
- LeaderboardApi([ApiClient? apiClient])
Properties
Methods
-
getAccountsLeaderboardLeaderboardAccountsGet(
{AccountLeaderboardType? sort, int? page, int? size}) → Future< DataPageAccountLeaderboardSchema?> - Get Accounts Leaderboard
-
getAccountsLeaderboardLeaderboardAccountsGetWithHttpInfo(
{AccountLeaderboardType? sort, int? page, int? size}) → Future< Response> - Get Accounts Leaderboard
-
getCharactersLeaderboardLeaderboardCharactersGet(
{CharacterLeaderboardType? sort, int? page, int? size}) → Future< DataPageCharacterLeaderboardSchema?> - Get Characters Leaderboard
-
getCharactersLeaderboardLeaderboardCharactersGetWithHttpInfo(
{CharacterLeaderboardType? sort, int? page, int? size}) → Future< Response> - Get Characters Leaderboard
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited