Just saw this message, not been following the list...
I really like this idea!
In many applications webhooks are an all or nothing thing. I typically
configure a callback url for a given event in the system which I'm
interested in and it will be delivered to me forever more. This allows
a much more selective approach.
A variation would be an event emitter style abstraction - something
like X-Event: your-status rather than X-Status: 200. The use of http
status codes you suggest is neat and elegant, but I'm not convinced
that it's actually that useful! In general I find event emitters much
more flexible.
I wouldn't recommend adding the DELETE functionality on the callback
url in most cases - it would make the implementation for the callback
provider much more complex, and I can't see it being useful very
often. But it's a nice idea!
All the best,
Martyn
> --
> You received this message because you are subscribed to the Google Groups
> "WebHooks" group.
> To post to this group, send email to webh...@googlegroups.com.
> To unsubscribe from this group, send email to
> webhooks+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/webhooks?hl=en.
>
To unsubscribe from this group, send email to webhooks+u...@googlegroups.com.