POST |
/game/api/create-room |
Create private game room |
|
POST |
/game/api/check-room-full |
Check if the room is full |
|
POST |
/game/api/send-invite |
Send a invitation for private race |
|
GET |
/game/api/invitation-by-id |
Spread the invitation to invited users |
|
POST |
/game/api/invitation-read |
Accept and enter the invited race |
|
POST |
/game/api/invitation-reject |
Reject and ignore the invited race |
|
POST |
/game/api/room-status-by-url |
Check the room status by room-url |
|
POST |
/game/api/room-enter |
Enter the public room |
|
POST |
/game/api/new-record |
Create time record when the race starts |
|
POST |
/game/api/update-record |
Update record when the user passes finish line |
|
POST |
/game/api/create-room-public |
Create public game room |
|
GET |
/game/api/public-room-list |
Get a list of accesible room |
|
POST |
/game/api/enter-wait-room |
Enter the clicked matching room (public) |
|
POST |
/game/api/quit-wait-room |
Quit the clicked matching room (public) |
|
GET |
/game/api/ent-arrangement |
Re-arrangement of waiting room users position |
|
POST |
/game/api/create-ranking |
Update user's fastest record |
|
GET |
/game/api/speedy-ranking/int:map_id |
Get speedy ranking by the track campus |
|
GET |
/game/api/univ-ranking |
Get university ranking |
|
GET |
/game/api/personal-ranking |
Get personal ranking |
|
GET |
/game/api/sync-wait-room-status |
Matching wait-room data sync |
|
POST |
/game/api/room-to-start-status |
Switch room status to start |
|
GET |
/game/api/room-status |
Check the room status |
|
GET |
/game/api/game-enter |
Moving users from the lobby to the game |
|
GET |
/game/api/end-check |
Check if any of the participants arrives at the end line |
|
GET |
/game/api/result-board |
Get the game result data (Ranking, Lap-time) |
|