jarroput / mollie

Elixir wrapper for the Mollie API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Hex.pm

Mollie API Client

An API wrapper for Mollie written in Elixir.

Documentation

Documentation for this package can be found here.

Installation

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

def deps do
  [
    {:mollie, "~> 0.6"}
  ]
end

About

Elixir wrapper for the Mollie API

License:MIT License


Languages

Language:Elixir 100.0%