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"}
]
endUsage
Install the dependency:
{:mangopay, "~> 0.1.0"}Next, add to your applications:
defp application do
[applications: [:mangopay]]
endConfiguration
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.