A resolved MillionSend client: API key, base URL, User-Agent and the HTTP
module to run requests through. Build one with MillionSend.client/1.
Summary
Functions
Resolves a client from (in precedence order) the given opts, the
config :millionsend, MillionSend.Client application env, OS environment
variables, and finally the built-in defaults.
Types
Functions
Resolves a client from (in precedence order) the given opts, the
config :millionsend, MillionSend.Client application env, OS environment
variables, and finally the built-in defaults.
Options: :api_key, :base_url, :user_agent (a suffix appended to the
SDK's own User-Agent token), :http_client (a module implementing
MillionSend.HTTP, for tests/proxies).