Webhooks in Ruby on Rails 7 Tutorial

preview_player
Показать описание
Webhooks are pretty easy to understand if you just think of them as an API for servers to send you data on an event. Ruby on Rails 7 makes this easy.

Join this channel to help support these videos:

Follow me on social media:

#Deanin #Software #Programming
Рекомендации по теме
Комментарии
Автор

I need to stop working until 3 in the morning.
send help

Deanin
Автор

Nice video, keep up the great work! I would just be careful with naming especially if you want to add outgoing webhooks later. I would reserve the Webhook model for the actual webhook you create in your db that stores the url etc that you use to post data to. In production we log incoming webhook requests in an APILog model for debugging purposes.

kengreeff
Автор

Nice tutorial, would be nice if you cover second part of webhooks is outgoing ones. How to track changes in own rails app and produce outgoing webhooks. Thanks in advance.

JimboMan
Автор

Please make tutorial to learn rails in 3h and an other tutorial to build restful api with rails and react or nextjs I mean like twitter clone

adammusaali