An Elixir wrapper for the ImprovMX API
This package can be installed by adding improvmx to your list of dependencies in mix.exs:
defdepsdo[{:improvmx,"~> 0.1"}]endTo make calls the API, it is necessary to configure your ImprovMX API key in your config.exs file:
config:improvmx,api_key: System.get_env("IMPROVMX_API_KEY")# ORconfig:improvmx,api_key: "YOUR_KEY"You can generate this key sat https://app.improvmx.com/api
The docs can be found at https://hexdocs.pm/improvmx.
More info at LICENSE.