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
374 B
374 B
Liked Playbacks - Public
Request Method: GET
-
/users/
userID
/liked-playblacks = Get liked playbacks of the user-
Response Example:
{ "cursor": 0, "playback_list": [] }
-
-
/users/
userID
/liked-playblacks/count = Get liked playbacks count of the user-
Response Example:
{ "count": 0 }
-