tcWebHooks icon indicating copy to clipboard operation
tcWebHooks copied to clipboard

Think about RESThooks

Open netwolfuk opened this issue 7 years ago • 0 comments

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:

  1. Mechanism to store subscriptions
  2. Mechanism to modify subscriptions via API
  3. List and implement event types
  4. 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

netwolfuk avatar Jun 21 '17 10:06 netwolfuk