mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 22:17:26 +08:00
Leaderboard Rough Draft
This commit is contained in:
@@ -119,6 +119,9 @@ export const GAME = {
|
||||
post(`/api/v2/game/${game}/trend`, { username }),
|
||||
userSummary: (username: string, game: GameName): Promise<GenericGameSummary> =>
|
||||
post(`/api/v2/game/${game}/user-summary`, { username }),
|
||||
ranking: (game: GameName): Promise<GenericGameSummary> =>
|
||||
post(`/api/v2/game/${game}/ranking`, { }),
|
||||
|
||||
}
|
||||
|
||||
export const DATA = {
|
||||
|
||||
Reference in New Issue
Block a user