While keeping tab of the happenings in the internet, I come across new concepts. I research about it and understand it. I want share and document this knowledge.
Saturday, September 12, 2009
Web hooks
Webhooks are user-defined HTTP callbacks. Here’s a common example: You go to github. There’s a textbox for their code post webhook. You drop in a URL. Now when you post your code to github, github will HTTP POST to your chosen URL with details about the code post
No comments:
Post a Comment