CircleCIGitHub licenseCoverage StatusInline docs

MangoPay

TODO: Add description

Installation

An Elixir library for MangoPay.

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

def deps do
  [
    {:mangopay, "~> 0.1.0"}
  ]
end

Usage

Install the dependency:

{:mangopay, "~> 0.1.0"}

Next, add to your applications:

defp application do
  [applications: [:mangopay]]
end

Configuration

To call mangopay your needs your client id and passphrase.

use Mix.Config

config :mangopay, client_id: "YOUR CLIENT ID"
config :mangoapy, passphrase: "YOUR KEY"

The API

The full documentation of the API is avaiable here

Contributing

Feedback, feature requests are welcome.

License

Please see LICENSE for licensing details.