LeaderboardApi class
Methods
-
getAccountsLeaderboardLeaderboardAccountsGet({AccountLeaderboardType? sort, String? name, int? page, int? size})
→ Future<DataPageAccountLeaderboardSchema?>
-
Get Accounts Leaderboard
-
getAccountsLeaderboardLeaderboardAccountsGetWithHttpInfo({AccountLeaderboardType? sort, String? name, int? page, int? size})
→ Future<Response>
-
Get Accounts Leaderboard
-
getCharactersLeaderboardLeaderboardCharactersGet({CharacterLeaderboardType? sort, String? name, int? page, int? size})
→ Future<DataPageCharacterLeaderboardSchema?>
-
Get Characters Leaderboard
-
getCharactersLeaderboardLeaderboardCharactersGetWithHttpInfo({CharacterLeaderboardType? sort, String? name, 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