TODO: Add description
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"}
]
endInstall the dependency:
{:mangopay, "~> 0.1.0"}Next, add to your applications:
defp application do
[applications: [:mangopay]]
endTo 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 full documentation of the API is avaiable here
Feedback, feature requests are welcome.
Please see LICENSE for licensing details.