api: Update docs/integration-guide.

This commit is contained in:
Greg Price 2017-07-31 16:25:35 -07:00 committed by Tim Abbott
parent 5784724d00
commit fb9ffcd35a
1 changed files with 3 additions and 2 deletions

View File

@ -41,8 +41,9 @@ products, ordered here by which types we prefer to write:
2. **[Python script integrations](#python-script-and-plugin-integrations)** 2. **[Python script integrations](#python-script-and-plugin-integrations)**
(examples: SVN, Git), where we can get the service to call our integration (examples: SVN, Git), where we can get the service to call our integration
(by shelling out or otherwise), passing in the required data. Our preferred (by shelling out or otherwise), passing in the required data. Our preferred
model for these is to ship these integrations in our API release tarballs model for these is to ship these integrations in the
(by writing the integration in `api/integrations`). [Zulip Python API distribution](https://github.com/zulip/python-zulip-api/tree/master/zulip),
within the `integrations` directory there.
3. **[Plugin integrations](#python-script-and-plugin-integrations)** (examples: 3. **[Plugin integrations](#python-script-and-plugin-integrations)** (examples:
Jenkins, Hubot, Trac) where the user needs to install a plugin into their Jenkins, Hubot, Trac) where the user needs to install a plugin into their