mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-24 18:23:13 -03:00
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
767 B
767 B
Liked Games - Unknown
Request Method: GET
- /users/
userID
/liked-games = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-
Request Method: DELETE
- /users/
userID
/liked-games/{gameid} = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-
Request Method: GET
- /users/
userID
/liked-games/{gameid} = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-
Request Method: POST
- /users/
userID
/liked-games/{gameid}/{token} = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-