REST Hooks - Stop the polling madness
resthooks.org
REST Hooks - Stop the polling madness
1–10 of 117 posts
Re: REST Hooks - Stop the polling madness
#2Here are more resources:
Intro: https://zapier.com/engineering/introducing-resthooksorg/
Re: REST Hooks - Stop the polling madness
#3[0] https://github.com/zapier/django-rest-hooks
[1] http://demo.resthooks.org/
Re: REST Hooks - Stop the polling madness
#4Re: REST Hooks - Stop the polling madness
#5Oh neat! We're launching resthooks.org today with several partners to promote an existing but underused real-time API pattern. Here are more resources: Intro: https://zapier.com/engineering/introducing-resthooksorg/ Why: http://resthooks.org/#why Demo: http://demo.resthooks.org/
Re: REST Hooks - Stop the polling madness
#6I don't really understand what this is. Is this an attempt at a formalization of webhooks + JSON?
I'm thinking these are just Webhooks, but the REST part is throwing me off because I think of it more as a consumption concept (consuming resources, etc).
Update: Found this, which I think explained it best: "REST Hooks itself is not a specification, it is a collection of patterns that treat webhooks like subscriptions. These subscriptions are manipulated via a REST API just like any other resource. That's it. Really." - but it was in /docs, not the main page.
Re: REST Hooks - Stop the polling madness
#7I don't really understand what this is. Is this an attempt at a formalization of webhooks + JSON?
1. Webhooks
2. A subscription layer via REST
Several major players already are doing this but it doesnt have a name.
REST Hooks are a way to consolidate that momentum and push it to a broarder audience.
Re: REST Hooks - Stop the polling madness
#8If someone has a better understanding of how this works, I would appreciate a TL;DR version for programmers (which are probably the target audience?). Thanks!
Re: REST Hooks - Stop the polling madness
#9I don't really understand what this is. Is this an attempt at a formalization of webhooks + JSON?