Skip to content

Homologist/mangopay-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI GitHub license Coverage Status Inline docs Hex.pm

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.

About

Elixir plugin for mangopay API V2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages