long-form

In Elixir, makes it so simple to stand up a fake server for testing handling API integrations. I make the actual call with Postman once, grab the result, and drop it into a fake with some sugar to help with client failure handling.

In Elixir, hexdocs.pm/plug/Plug.Rout… makes it so simple to stand up a fake server for testing handling API integrations. I make the actual call with Postman once, grab the result, and drop it into a fake with some sugar to help with client failure handling.