Skip to content

api: Add remove_storage() helper to client.#16

Open
joshishiv4 wants to merge 2 commits intomainfrom
pr-880-add-remove-storage-helper-637
Open

api: Add remove_storage() helper to client.#16
joshishiv4 wants to merge 2 commits intomainfrom
pr-880-add-remove-storage-helper-637

Conversation

@joshishiv4
Copy link
Owner

Adds Client.remove_storage() for deleting entries from bot storage.

  • Endpoint: bot_storage
  • Method: DELETE
  • Request shape: {"keys": ["key1", "key2", ...]}

Mirrors existing helpers update_storage() and get_storage() in the client.

Fixes zulip/python-zulip-api#637


Recreated from zulip/python-zulip-api#880

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add remove_storage helper to the Python API.

2 participants