mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-26 19:23:15 -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
995 B
995 B
Liked Patforms - Public
Request Method: GET
- /users/
userID
/linked-platforms = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-
Request Method: DELETE
- /users/
userID
/linked-platforms/{platform} = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-
Request Method: PATCH
- /users/
userID
/linked-platforms/{platform} = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-
Request Method: POST
- /users/
userID
/linked-platforms/{platform} = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-
Forwarders
Request Method: DELETE
- /users/
userID
/forwarders/{platformID} = Get the channels followed by this user-
Response Example:
{"count":1337} // Follower Count
-