If you ever used API’s then you know they follow request - response mechanism . Every Request is followed by a Relevant API Response
Example 1 - if we need to fetch our emails we will make a Reques to API with required credentials like Emailid, MessageCount and userid and API will give our Emails in Response to Source From where Request Came
Whereas As Webhooks...
Showing posts with label webapi. Show all posts
Showing posts with label webapi. Show all posts
Thursday, 6 October 2016
What are Webhooks and Webhooks vs WebAPI ?
If you ever used API’s then you know they follow request - response mechanism . Every Request is followed by a Relevant API Response
Example 1 - if we need to fetch our emails we will make a Reques to API with required credentials like Emailid, MessageCount and userid and API will give our Emails in Response to Source From where Request Came
Whereas As Webhooks...
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...