zulip/zerver/webhooks/dropbox
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 Add Dropbox webhook integration. 2017-12-22 10:36:21 -05:00
__init__.py Add Dropbox webhook integration. 2017-12-22 10:36:21 -05:00
doc.md webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
tests.py users: Get all API keys via wrapper method. 2018-08-08 16:35:17 -07:00
view.py zerver/webhooks: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00