Seems simple enough, but I can't find anybody out there doing it.
Ask HN: Is there a service that will submit an API request on my behalf?
1–9 of 9 posts
Re: Ask HN: Is there a service that will submit an API request on my behalf?
#2Re: Ask HN: Is there a service that will submit an API request on my behalf?
#3Re: Ask HN: Is there a service that will submit an API request on my behalf?
#4Check out [Zapier]( http://zapier.com )
Re: Ask HN: Is there a service that will submit an API request on my behalf?
#5You could host a script that does it on Google app engine ?
Re: Ask HN: Is there a service that will submit an API request on my behalf?
#6Re: Ask HN: Is there a service that will submit an API request on my behalf?
#7Earlier quoted context omitted.
And IFTTT - http://ifttt.com/
IFTTT does not offer webhooks, so I believe it is out of the running for this usecase
Would this be something enough people would use to justify it as a weekend project?
Re: Ask HN: Is there a service that will submit an API request on my behalf?
#8Earlier quoted context omitted.
IFTTT does not offer webhooks, so I believe it is out of the running for this usecase
Both great services, but I'd need a greater level of customization to get it to work. Would this be something enough people would use to justify it as a weekend project?
Re: Ask HN: Is there a service that will submit an API request on my behalf?
#9Set up the query on hurl.it, click on permalink, then copy the URL it gives you, for example:
http://www.hurl.it/hurls/5a5762bfd067fe6c500f79f10db3c2a3166...
Every time you visit that page, the query will be loaded, you can send the request and see the response immediately.