-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
Jjampong edited this page Apr 6, 2021
·
21 revisions
| Method Name | Description | Parameters | Associated Route |
|---|---|---|---|
| ConfigController@startGame | Changes the specified game's status to "on-going". |
|
PUT /game/{id} |
| UserController@get | Returns a JSON object of the requested user. |
|
GET /api/users/{user} |
| UserController@update | Updates the specified user's location. |
|
PUT /api/users/{user} |
| UserController@store | Creates and stores a user. |
|
POST /api/users |