Commit Graph

7 Commits (161e12e157a48f9bcd2de50c187c77444aa2a9a8)

Author SHA1 Message Date
techknowlogick 5fb1ad7011 Webhook Logs show proper HTTP Method, and allow change HTTP method in form ()
* Fix  - logs show proper HTTP Method, and allow change HTTP method
in form

* enforce POST method for webhook

* set default if method is empty
Lunny Xiao 34eee25bd4
Move sdk structs to modules/structs ()
* move sdk structs to moduels/structs

* fix tests

* fix fmt

* fix swagger

* fix vendor
John Olheiser cac9e6e760 Updates to API 404 responses ()
Lanre Adelowo be48397945 Slack webhook channel name cannot be empty or just contain an hashtag ()
Lunny Xiao 24941a1046
Add more webhooks support and refactor webhook templates directory ()
* add more webhook support

* move hooks templates to standalone dir and add more webhooks ui

* fix tests

* update vendor checksum

* add more webhook support

* move hooks templates to standalone dir and add more webhooks ui

* fix tests

* update vendor checksum

* update vendor

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* load attributes when created release

* update comparsion doc
Ethan Koenig 876bafb7ef Fix API status code for hook creation ()
* Fix API status code for hook creation

* Named constants for response statuses
Ethan Koenig 9847b38518 Organization webhook API endpoints