mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-09 19:17:24 -03:00
Fijxu
6905fea26d
The content of the Users API docs is still to be completed. APIs that are from the same url were merged in the same file. ./docs/users.md not yet completed
515 B
515 B
Game Followings - Private
Request Method: GET
- /users/
userID
/game-followings = Get the games followed by you-
Response Example:
{"count":1337} // Follower Count
-
Request Method: POST
- /users/
userID
/game-followings =-
Response Example:
{"count":1337} // Follower Count
-
Request Method: DELETE
- /users/
userID
/game-followings = Delete a game followed by you-
Response Example:
{"count":1337} // Follower Count
-