-
Notifications
You must be signed in to change notification settings - Fork 0
Description
INDEX /leaderboard
Returns the leaderboard for common race statistics
QUERY STRING
page : :int - Page of data to return; 1 if omitted
pageSize : :int - Size of paged data to return; 100 if omitted
sortField : :int - Statistic to sort on; vaild stats are 15 - Overall skill, 1 - number of races, 8 - number of wins, 6 - time played, 3 - unique games played
order : :string - Largest to smallest or vice-versa; ASC by default, DESC also acceptable
GET /leaderboard/:id
:id is game abbreviation
Returns the trueskill leaderboard for a game in a season
QUERY STRING
season : :int - Id of season, active seasons if omitted
PUT /leaderboard/:id
[not implemented]
POST /leaderboard/:id
[not implemented]
DELETE /leaderboard/:id
[not implemented]