mirror of https://github.com/zulip/zulip.git
parent
061e760d1e
commit
9a2036b52a
|
@ -16,6 +16,11 @@ guide should help you find the API you need:
|
||||||
Zulip, you'll want to look at Zulip's
|
Zulip, you'll want to look at Zulip's
|
||||||
[Python framework for interactive bots](/api/running-bots) or
|
[Python framework for interactive bots](/api/running-bots) or
|
||||||
[Zulip's real-time events API](/api/get-events-from-queue).
|
[Zulip's real-time events API](/api/get-events-from-queue).
|
||||||
* If you'd like to do something else, check out the full
|
|
||||||
[REST API](/api/rest), generally starting with
|
And if you still need to build your own integration with Zulip, check out
|
||||||
[installing the API client bindings](/api/installation-instructions).
|
the full [REST API](/api/rest), generally starting with
|
||||||
|
[installing the API client bindings](/api/installation-instructions).
|
||||||
|
|
||||||
|
In case you already know how you want to build your integration and you're
|
||||||
|
just looking for an API key, we've got you covered [here](/api/api-keys).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue