api docs: Make the Home page more straightforward.

Fixes #9854.
This commit is contained in:
Yago González 2018-06-30 14:41:50 +02:00 committed by Tim Abbott
parent 061e760d1e
commit 9a2036b52a
1 changed files with 8 additions and 3 deletions

View File

@ -16,6 +16,11 @@ guide should help you find the API you need:
Zulip, you'll want to look at Zulip's
[Python framework for interactive bots](/api/running-bots) or
[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
[installing the API client bindings](/api/installation-instructions).
And if you still need to build your own integration with Zulip, check out
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).