-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added ability to receive actual webhook details - This commit adds some support to get the actual webhook url and other details. The webhook url is required as a parameter when deleting the webhook. When deleting the webhook, the configured webhook may be unknown. In such cases it is necessary to have a means to actually retrieve the url in order to provide the parameter required for a succssful delete request. * Fixed bug in deleteWebhook - Changed from DEL to POST so that it works and matches the API spec * Fixed failing webhook test - Updated the test expectation to match the api spec
- Loading branch information
Showing
2 changed files
with
92 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters