Current section

Files

Jump to
braintree lib braintree.ex
Raw

lib/braintree.ex

defmodule Braintree do
@moduledoc """
A native Braintree client library for Elixir. Only a subset of the API is supported and this is a work in progress. That said, it is production ready and any modules that have been implemented can be used.
For general reference please see:
https://developers.braintreepayments.com/reference/overview
"""
end