mandrill-elixir
mandrill-elixir copied to clipboard
a Mandrill wrapper for Elixir
The primary changes are: - Removed dependence on old JSON libraries; the JSON library can be configured via `config :mandrill, :json_library` - Switched from HTTPoison to Tesla - Removed the...
Bump up httpoison in dependencies to 0.8.3. I have tried the `mix test` and it turns out all green.
When I include this project in my `mix.exs` I get an unchecked dependency error. Any thoughts on how to fix this or why it might be happening? I am running...
Requiring the key to be set as in env does not seem to be idiomatic for elixir apps, it would be great if you could use the mix config system....