Event-Driven APIs — Understanding the Principles¶
Metadata¶
- Author: Dunith Dhanushka
- Full Title: Event-Driven APIs — Understanding the Principles
- Category: #Type/Highlight/Article
- URL: https://medium.com/p/c3208308d4b2
Highlights¶
- A Webhook is a publicly accessible HTTP POST endpoint managed by an event consumer. An event producer, such as an API server, can send event notifications to a webhook when something interesting happens.