python-zulip-api icon indicating copy to clipboard operation
python-zulip-api copied to clipboard

fixes #637: add remove_storage helper

Open Khushiyant opened this issue 3 years ago • 1 comments

Fixes: #637

Added remove_storage helper along with following tasks:

  • [x] Test unit for remove_storage
  • [x] Function Docstring for easy usage

Now, method of deleting the storage records:

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

Successful deletion returns

{ "result":"success"}

Khushiyant avatar Aug 02 '22 18:08 Khushiyant

@amanagr review requested

Khushiyant avatar Aug 09 '22 05:08 Khushiyant