summaryrefslogtreecommitdiffstats
path: root/app/webhook.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-211-0/+39
| | | | | | | | * Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback
* Adding webhook metrics (#5348)Christopher Speller2017-02-101-0/+5
|
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-3/+37
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+155
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge