mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-26 11:13:14 -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
67 lines
1.8 KiB
Markdown
Executable file
67 lines
1.8 KiB
Markdown
Executable file
# Users API
|
|
|
|
Work in progress...
|
|
|
|
## Tree 🌲
|
|
|
|
```less
|
|
.users
|
|
├── blocks.md
|
|
├── bug-report-claims.md
|
|
├── cash-coins.md
|
|
├── clip-feeds.md
|
|
├── coins.md
|
|
├── content-tags.md
|
|
├── daily-logins.md
|
|
├── device-tokens.md
|
|
├── fb-pages.md
|
|
├── followers.md
|
|
├── followings.md
|
|
├── free-gifts.md
|
|
├── game-followings.md
|
|
├── liked-playbacks.md
|
|
├── linked-games.md
|
|
├── linked-platforms.md
|
|
├── playbacks.md
|
|
├── push-message.md
|
|
├── real-life-prizes.md
|
|
├── received-likes-count.md
|
|
├── recommended-streamers.md
|
|
├── recommended-streams.md
|
|
├── userID.md
|
|
└── withdraw-info.md
|
|
```
|
|
|
|
### Public Access
|
|
|
|
[Info about some account (/userID)](./users/userID.md)
|
|
|
|
[Get the list of the 100 latest followers (/followers)](./users/followers.md)
|
|
|
|
[Info about the follower count of some user (/followers/count)](./users/followers-count.md)
|
|
|
|
[(/content-tags)](./users/content-tags.md)
|
|
|
|
### Private Access
|
|
|
|
[Get the linked facebook page in the user channel (/fb-pages)](./users/fb-pages.md)
|
|
|
|
[Get a list of users blocked (/blocks)](./users/blocks.md)
|
|
|
|
[Info about daily login (/daily-logins)](./users/daily-logins.md)
|
|
|
|
[Info about coins (/coins)](./users/coins.md)
|
|
|
|
[Info about real money in your account (/cash-coins)](./users/cash-coins.md)
|
|
|
|
[Info about your account notifications/alerts (/push-message-sessions)](./users/push-message-sessions.md)
|
|
|
|
[Info about some Free gifts/tickets (/free-gifts)](./users/free-gifts.md)
|
|
|
|
[Info about some bug report or something else (/bug-report-claims)](./users/bug-report-claims.md)
|
|
|
|
### Unknown
|
|
|
|
[(/clip-feeds)](./users/clip-feeds.md)
|
|
|
|
[(/device-tokens)](./users/device-tokens.md)
|