mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Adds a "Message formatting" article to the API documentation. To start, the article is a changelog of updates to markup features for messages, with the idea being that it can be expanded to further describe and document Zulip's markup features in future iterations.
29 lines
918 B
Markdown
29 lines
918 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)
|
|
* [Message formatting](/api/message-formatting)
|
|
* [Client libraries](/api/client-libraries)
|
|
* [API changelog](/api/changelog)
|
|
|
|
{!rest-endpoints.md!}
|