MangoPay an elixir client for mangopay API

Hello,

Here the first iteration of MangoPay. It s an elixir client for MangoPay API.

This is the first with all functions of mangopay web api(over 60).

Here is a sandbox client id and passphrase to put in your config/dev.exs
client_id = ‘sdk-unit-tests’
client_passphrase = ‘cqFfFrWfCcb7UadHNxx2C9Lo6Djw8ZduLi7J9USTmu8bhxxpju’

Tell me what you guys thinks, the coverage is over 80, there is already a great doc for each functions.

3 Likes