zulip/zerver/webhooks/jira
Yago González f6219745de users: Get all API keys via wrapper method.
Now reading API keys from a user is done with the get_api_key wrapper
method, rather than directly fetching it from the user object.

Also, every place where an action should be done for each API key is now
using get_all_api_keys. This method returns for the moment a single-item
list, containing the specified user's API key.

This commit is the first step towards allowing users have multiple API
keys.
2018-08-08 16:35:17 -07:00
..
fixtures webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
__init__.py
doc.md webhooks/jira: Update docs to conform to style guide. 2018-05-29 17:16:52 -07:00
tests.py users: Get all API keys via wrapper method. 2018-08-08 16:35:17 -07:00
view.py Enable pycodestyle W605 (invalid escape sequence). 2018-07-03 16:54:46 +02:00