#elixir #erlang #web_development #json #webhooks
Elixir: building a small json endpoint with plug, cowboy and poison
https://medium.com/@jonlunsford/elixir-building-a-small-json-endpoint-with-plug-cowboy-and-poison-f4bb40c23bf6
Elixir: building a small json endpoint with plug, cowboy and poison
https://medium.com/@jonlunsford/elixir-building-a-small-json-endpoint-with-plug-cowboy-and-poison-f4bb40c23bf6
Medium
Elixir: Building a Small JSON Endpoint With Plug, Cowboy and Poison
There’s been many times when I’ve just wanted to add a simple JSON endpoint to an app to, expose a service, or process webhook events…
#programming #elixir #genstage #queue #webhooks
Webhook dispatch the elixir way
https://medium.com/frame-io-engineering/webhook-dispatch-the-elixir-way-ada6e8cd8671
Webhook dispatch the elixir way
https://medium.com/frame-io-engineering/webhook-dispatch-the-elixir-way-ada6e8cd8671
Medium
Webhook Dispatch the Elixir Way
As part of Frame.io’s launch of it’s API, we’ve recently added webhook support. Since we already use GenStage as a event bus for all…