2018-01-20 21:50:15 +01:00
|
|
|
## Integrations
|
|
|
|
|
|
|
|
* [Overview](/api/integration-guide)
|
|
|
|
* [Existing integrations](/integrations)
|
|
|
|
|
|
|
|
## Writing webhook integrations
|
|
|
|
|
|
|
|
* [Overview](/api/integration-guide#webhook-integrations)
|
|
|
|
* [Walkthrough](/api/webhook-walkthrough)
|
|
|
|
* [Documenting integrations](/api/integration-docs-guide)
|
|
|
|
|
|
|
|
## Interactive bots (experimental)
|
|
|
|
|
|
|
|
* [Running bots](/api/running-bots)
|
|
|
|
* [Writing bots](/api/writing-bots)
|
|
|
|
|
2017-11-08 22:08:23 +01:00
|
|
|
## REST API
|
2017-07-25 02:37:04 +02:00
|
|
|
|
2017-11-11 02:49:43 +01:00
|
|
|
* [Installation instructions](/api/installation-instructions)
|
|
|
|
* [API keys](/api/api-keys)
|
2017-12-22 02:24:30 +01:00
|
|
|
|
|
|
|
#### Messages
|
|
|
|
|
|
|
|
* [Stream message](/api/stream-message)
|
|
|
|
* [Private message](/api/private-message)
|
2017-12-30 02:57:12 +01:00
|
|
|
* [Render message](/api/render-message)
|
2018-01-04 23:49:11 +01:00
|
|
|
* [Update a message](/api/update-message)
|
2017-11-08 22:15:41 +01:00
|
|
|
|
2017-12-29 06:36:20 +01:00
|
|
|
#### Streams
|
|
|
|
|
|
|
|
* [Get all streams](/api/get-all-streams)
|
2017-12-29 23:58:37 +01:00
|
|
|
* [Get stream ID](/api/get-stream-id)
|
2017-12-30 01:19:43 +01:00
|
|
|
* [Get subscribed streams](/api/get-subscribed-streams)
|
2018-01-06 23:49:14 +01:00
|
|
|
* [Add subscriptions](/api/add-subscriptions)
|
2018-01-11 01:43:08 +01:00
|
|
|
* [Remove subscriptions](/api/remove-subscriptions)
|
2017-12-29 06:36:20 +01:00
|
|
|
|
2017-12-30 04:09:58 +01:00
|
|
|
#### Users
|
|
|
|
|
|
|
|
* [Get all users](/api/get-all-users)
|
2018-01-05 22:31:56 +01:00
|
|
|
* [Get profile](/api/get-profile)
|
2018-01-08 19:48:53 +01:00
|
|
|
* [Create a user](/api/create-user)
|
2018-02-25 01:01:45 +01:00
|
|
|
* [Upload a file](/api/upload-file)
|
2017-12-30 04:09:58 +01:00
|
|
|
|
2018-01-03 01:33:30 +01:00
|
|
|
#### Events
|
|
|
|
* [Register a queue](/api/register-queue)
|
2018-01-04 00:07:26 +01:00
|
|
|
* [Get events from queue](/api/get-events-from-queue)
|
2018-01-04 21:35:32 +01:00
|
|
|
* [Delete a queue](/api/delete-queue)
|
2018-02-06 21:04:07 +01:00
|
|
|
|
|
|
|
#### Common Errors
|
|
|
|
|
|
|
|
* [Example payloads](/api/common-error-payloads)
|