mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-25 02:33:12 -03:00
f715c168a7
+ Added Curl request examples (chatrooms api) + Updated tree in the files of ./docs
29 lines
679 B
Markdown
Executable file
29 lines
679 B
Markdown
Executable file
# Channels API
|
|
|
|
Work in progress...
|
|
|
|
## Tree 🌲
|
|
|
|
```less
|
|
channels
|
|
├── alert-configs.md
|
|
├── stats.md
|
|
├── stream-keys.md
|
|
├── stream-settings.md
|
|
├── streams.md
|
|
└── videos.md
|
|
```
|
|
|
|
### Public access
|
|
|
|
[Info about some stream (/streams)](./channels/streams.md)
|
|
|
|
[Get alert configuration of a channel (/alert-configs)](./channels/alert-configs.md)
|
|
|
|
### Private access
|
|
|
|
[Get stream stats about your channel (/stats)](./channels/stats.md)
|
|
|
|
[Get info about your stream keys and rtpm servers (/stream-keys)](./channels/stream-keys.md)
|
|
|
|
[Get info about your stream settings (/stream-settings)](./channels/stream-settings.md)
|