zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
355 stars 357 forks source link

fixes #637: add remove_storage helper #762

Closed Khushiyant closed 1 year ago

Khushiyant commented 2 years ago

Fixes: #637

Added remove_storage helper along with following tasks:

Now, method of deleting the storage records:

 client.remove_storage({'keys': ["entry 1", "entry 3"]})

Successful deletion returns

{ "result":"success"}
Khushiyant commented 2 years ago

@amanagr review requested