Skip to content

Commit 76dfd97

Browse files
committed
update webhooks with new resources and update changelog
1 parent f3536d2 commit 76dfd97

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

content/pages/04-web-development/46-webhooks.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ otherwise independent web applications.
2323

2424

2525
### Webhook resources
26+
* [What's a webhook?](https://sendgrid.com/blog/whats-webhook/) is a high-level
27+
explanation of this concept that also contains some basic security
28+
considerations when using them.
29+
30+
* [How to Listen for Webhooks with Python](https://blog.bearer.sh/consume-webhooks-with-python/)
31+
has code examples in both [Flask](/flask.html) and [Django](/django.html)
32+
for how to receive an HTTP POST webhook request, as well as how to test
33+
it locally with Ngrok.
34+
2635
* [Should you build a webhooks API?](https://brandur.org/webhooks)
2736

2837
* [Webhooks do’s and dont’s: what we learned after integrating +100 APIs](https://restful.io/webhooks-dos-and-dont-s-what-we-learned-after-integrating-100-apis-d567405a3671)

content/pages/meta/00-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on GitHub.
1515

1616
## 2020
1717
### July
18+
* Updated [webhooks](/webhooks.html) page with additional resources.
1819
* New blog posts:
1920
* [Tracking Daily User Data in Django with django-user-visit](/blog/track-daily-user-data-django-user-visit.html)
2021
* [Quickly Use Bootstrap 4 in a Django Template with a CDN](/blog/bootstrap-4-django-template.html)

static/img/logos/grafana.jpg

24.3 KB
Loading

0 commit comments

Comments
 (0)