-
Notifications
You must be signed in to change notification settings - Fork 0
Websocket Server Requests
Nathan edited this page May 24, 2021
·
2 revisions
Requests can be made to the server, in JSON format, the basic format for a request is as follows:
{
"request": "<request>",
"id": "<id>"
}This request will get you a list of all the actions you currently have.
Response:
{
"id": "<message id>",
"count": 00,
"actions": [
{
"id": "<action guid>",
"name": "<action name>"
},
],
"status": "ok"
}This request will trigger an action that you provide
{
"request": "<request>",
"action": {
"id": "<guid>",
"name": "<name>"
},
"args": {
"key": "value",
},
"id": "<id>"
}If the action is not found, an error will be returned, if the action was dispatched it will return success.
{
"id": "<id>",
"status": "ok"
}- Streamer.bot 0.63 (WIP)
- Streamer.bot 0.62 (current)
- Streamer.bot 0.61
- Streamer.bot 0.60
- Streamer.bot 0.59
- Streamer.bot 0.58
- Streamer.bot 0.57
- Streamer.bot 0.56
- Archives
- WebSocket Server
- HTTP Server
- UDP Server
- WebSocket Clients
- General
- Twitch Accounts
- Streamlabs
- Groups
- Events
- File Watcher
- Timed Actions
- Pyramids
- Quotes
- Sub Counter