Bunck

Bunck is a client for the Bunq API written in Elixir.

Installation

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

def deps do
  [{:bunck, "~> 0.1.0"}]
end

Also add :bunck to your list of applications.

Usage

You’ll need

Never commit these keys to source control!

Documentation (including examples) at hexdocs.

Contributing

Contributions (in the form of pull requests) are very welcome!

This library is incomplete. Not all endpoints are “implemented” yet (look in /lib/api_calls.ex and /lib/bunck_request.ex to see how to implement new requests. It’s pretty simple, you’ll get it.) There are also some convenience functions missing.