mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-26 19:23:15 -03:00
40 lines
1 KiB
Markdown
Executable file
40 lines
1 KiB
Markdown
Executable file
# Users API
|
|
|
|
Work in progress...
|
|
|
|
## Tree 🌲
|
|
|
|
```less
|
|
users
|
|
├── blocks.md
|
|
├── bug-report-claims.md
|
|
├── cash-coins.md
|
|
├── coins.md
|
|
├── daily-logins.md
|
|
├── followers.md
|
|
├── free-gifts.md
|
|
├── push-message-sessions.md
|
|
└── userID.md
|
|
```
|
|
|
|
### Public Access
|
|
|
|
[Info about some account (/userID)](./users/userID.md)
|
|
|
|
[Info about the follower count of some user (/followers)](./users/followers.md)
|
|
|
|
### Private Access
|
|
|
|
[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)
|