From 9a2036b52a5027f67e6a04e6c47f986855b3f431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20Gonz=C3=A1lez?= Date: Sat, 30 Jun 2018 14:41:50 +0200 Subject: [PATCH] api docs: Make the Home page more straightforward. Fixes #9854. --- templates/zerver/api/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/zerver/api/index.md b/templates/zerver/api/index.md index b117d13cdc..f5677efbc1 100644 --- a/templates/zerver/api/index.md +++ b/templates/zerver/api/index.md @@ -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). +