Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

1.4.0

Compare
Choose a tag to compare
@anneFly anneFly released this 15 Feb 08:28
· 4 commits to master since this release

Add support to webhook subscription API.
New methods:

  • get_webhooks()
  • get_webhook(webhook_id)
  • create_webhook(webhook_data)
  • update_webhook(webhook_id, webhook_data)
  • delete_webhook(webhook_id)