Skip to content

An elixir wrapper for the ImprovMX API

License

Notifications You must be signed in to change notification settings

Bounceapp/elixir-improvmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImprovMX for Elixir Hex pm hex.pm downloads

An Elixir wrapper for the ImprovMX API

Installation

This package can be installed by adding improvmx to your list of dependencies in mix.exs:

def deps do
  [
    {:improvmx, "~> 0.1"}
  ]
end

Configuration

To 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")
# OR
config :improvmx, api_key: "YOUR_KEY"

You can generate this key sat https://app.improvmx.com/api

Documentation

The docs can be found at https://hexdocs.pm/improvmx.

License

More info at LICENSE.

About

An elixir wrapper for the ImprovMX API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages