You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
Endpoints
GET /statistics
Parameters
player
Response
player
parameter is present, return top 10 of all players ordered by score, 4 players before the best player scoreplayer
parameter is absent, return top 20 of all players ordered by scoreExample:
POST /statistics
Parameters
player
score
Response
player
isn't present in the DB, create a new recordplayer
is already present in the DB and the submitted score is higher, update the scoreThe text was updated successfully, but these errors were encountered: