python-zulip-api/zulip/zulip
Eeshan Garg 67cdb6f8f0 zulip: Make a DELETE request in remove_subscriptions.
Previously, remove_subscriptions called the
PATCH /api/v1/users/me/subscriptions endpoint, which is more like
an ad-hoc endpoint for bulk adding/removing subscriptions for the
user that makes the request. However, making a DELETE request
allows an admin to pass in the `principals` argument to unsubscribe
other users from streams as well, which is more consistent with how
add_subscriptions works.
2018-01-12 07:29:06 -05:00
..
examples mypy: Amend upload-file example, to pass with strict-optional. 2018-01-02 14:05:33 -05:00
__init__.py zulip: Make a DELETE request in remove_subscriptions. 2018-01-12 07:29:06 -05:00
api_examples.py mypy: Add annotations to api_examples.py 2017-09-15 13:24:24 +02:00
send.py mypy: Fix annotations in core zulip files. 2017-09-15 13:24:09 +02:00