tcWebHooks
tcWebHooks copied to clipboard
Think about RESThooks
From the docs: http://resthooks.org/docs/
Minimum Implementation Walkthrough
To comply with the REST Hooks pattern, there is a minimum set of pieces you'll need to add to have a working implementation. This article will outline those minimums:
- Mechanism to store subscriptions
- Mechanism to modify subscriptions via API
- List and implement event types
- Mechanism to send hooks
1 is already implemented (sort of). 2 not yet 3 These are the teamcity build events 4 Already done
Also, take some time to think about retries