dnsimple-elixir
dnsimple-elixir copied to clipboard
Use standard Elixir configuration
Right now configuration values have to be provided to the client like this:
%Dnsimple.Client{base_url: "https://sandbox.dnsimple.com"}
It may be nice to use standard Elixir configuration mechanisms:
configure :dnsimple, base_url: "https://sandbox.dnsimple.com"
Support to setup base_url was added. I'd like to be able to do the same thing with the access token and custom user agent before considering this closed.
Somewhat related to https://github.com/dnsimple/dnsimple-elixir/issues/126