mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
Adds a page to the general api documentation about HTTP headers, so that information about the special response headers for rate limits have a more logical location in the docs and so that other HTTP header information can be shared, such as `User-Agent` conventions. Adjusts some text and linking on the rest-error-handling page and overview page for the REST API for the addition of the HTTP headers page.
28 lines
870 B
Markdown
28 lines
870 B
Markdown
## Integrations
|
|
|
|
* [Overview](/api/integrations-overview)
|
|
* [Incoming webhook integrations](/api/incoming-webhooks-overview)
|
|
* [Hello world walkthrough](/api/incoming-webhooks-walkthrough)
|
|
* [Non-webhook integrations](/api/non-webhook-integrations)
|
|
|
|
## Interactive bots (beta)
|
|
|
|
* [Running bots](/api/running-bots)
|
|
* [Deploying bots](/api/deploying-bots)
|
|
* [Writing bots](/api/writing-bots)
|
|
* [Outgoing webhooks](/api/outgoing-webhooks)
|
|
|
|
## REST API
|
|
|
|
* [Overview](/api/rest)
|
|
* [Installation instructions](/api/installation-instructions)
|
|
* [API keys](/api/api-keys)
|
|
* [Configuring the Python bindings](/api/configuring-python-bindings)
|
|
* [HTTP headers](/api/http-headers)
|
|
* [Error handling](/api/rest-error-handling)
|
|
* [Roles and permissions](/api/roles-and-permissions)
|
|
* [Client libraries](/api/client-libraries)
|
|
* [API changelog](/api/changelog)
|
|
|
|
{!rest-endpoints.md!}
|