Alizain Feerasta
Alizain Feerasta
I'd like to be able to customize the runtime image further. Would you be interested in accepting a PR that modifies the `Dockerfile-release.eex` file like so (with appropriate changes to...
Elixir port
Hey! I’d like to write a port of this library in Elixir to use when syncing between server server and server client, where the servers are running Elixir or some...
Usage is pretty simple, helps me re-use a compile-time client with some modifications at runtime. ```elixir defmodule SomeClient do use Tesla plug ... end # somewhere else [ {Tesla.Middleware.BearerAuth, token:...