Featured
>
>

Ruby on Rails Podcast - 205: Webhooks 101 & 202

Implementing & scaling webhooks at GitHub

Featured comment

Sean Devine
@barelyknown
I learned some things on this episode AND had fun. Would cohost again! I'm particularly interested in what the JSON API standard means for webhook design. I like the idea of merging the two and haven't seen that out in the wild yet.

Discussion

H
Mike Coutermarsh
@mscccc · Code @ Product Hunt
Love this one 😎. Kyle teaches us about webhooks at GitHub. All the way from what a webhook is... to how to best send them/process them and the problems that come up at scale. My favorite take aways: - If you're processing webhooks. Before you start building, send 1 hook. Get the actual payload, put it in a fixture (or whatever you use). Then develop base… See more
M
Sean Devine
@barelyknown
I learned some things on this episode AND had fun. Would cohost again! I'm particularly interested in what the JSON API standard means for webhook design. I like the idea of merging the two and haven't seen that out in the wild yet.