Earlier quoted context omitted.
Better. That's practically the only thing that needs to be on the home page. You also need to explain who you are and why you're doing this, too. Right now it looks like you have an interest in selling something but you never explain what it is. It reminds me a lot of those sites which sell some miracle product, and are deliberately very long and vague, and it ends finally with some button to order an ebook or someth…
At the bottom of the page I saw: > An initiative by Zapier 2013. Zapier is a company that makes money off sites having REST endpoints to push and pull data. It looks like Zapier would prefer that more sites have endpoints to accept push, and this marketing effort is a brand-campaign (think Public Service Announcement) to get more people to tailor their products to work with Zapier. That explains why more emphasis was…
REST Hooks - Stop the polling madness
41–50 of 117 posts
Re: REST Hooks - Stop the polling madness
#42We also wrote a quick drop-in Django application [0] (that plugs right into TastyPie if you have an API built on it) . We also have a sample CRM with a live API running [1]. Our friends at NetEngine wrote a sample Rails app [2], and our very own James wrote an awesome Node.js Sails app [3]. [0] https://github.com/zapier/django-rest-hooks [1] http://demo.resthooks.org/ [2] https://github.com/net-engine/resthooks [3] h…
Re: REST Hooks - Stop the polling madness
#43We also wrote a quick drop-in Django application [0] (that plugs right into TastyPie if you have an API built on it) . We also have a sample CRM with a live API running [1]. Our friends at NetEngine wrote a sample Rails app [2], and our very own James wrote an awesome Node.js Sails app [3]. [0] https://github.com/zapier/django-rest-hooks [1] http://demo.resthooks.org/ [2] https://github.com/net-engine/resthooks [3] h…
Still scratching my head on the Ruby "reference" implementation. When I subscribe resource_subscriptions, who is receiving the update notification? Is the client side js code getting a push? Is the resource_subscriptions a long-polling endpoint? Not very clear at all.
Re: REST Hooks - Stop the polling madness
#44Re: REST Hooks - Stop the polling madness
#45Am I the only one who has trouble sifting through all this marketing? Even "read more" link leads to an article where half of the text promises what will be covered and another half talks about some subscriptions and how they are managed (they might have been mentioned in the first half, I agree - and I also read text only twice). If someone has a better understanding of how this works, I would appreciate a TL;DR ver…
I'm sure if I put more time into trying to understand what is going on I could figure it out, but to me, the message isn't that clear.
Re: REST Hooks - Stop the polling madness
#46I don't agree with this part: > In other words, if everyone implemented REST Hooks, server load for both the sender and receiver could be reduced by 66x. No, the number of requests could be reduced by a factor of 66. I'm not saying that's not impressive, I'm saying that the polling requests that ended up resulting in no action are cheaper than actionable requests, so, server load will go down by much less than a fact…
Re: REST Hooks - Stop the polling madness
#47Doesn't this assume that the API will only be used from a module living under a URL? Most REST apis these days seem to be consumed form client side.
Re: REST Hooks - Stop the polling madness
#48Are there patterns for client side JavaScript to be notified of changes to REST resources? I don't believe this particular pattern applies if I understand correctly as it needs a URL to notify.
Re: REST Hooks - Stop the polling madness
#49[1]: http://mqtt.org/
Re: REST Hooks - Stop the polling madness
#50After reading through all the comments here I still can't figure out what this is. Sorry.