ExChargebee

Elixir implementation of Chargebee API.

ExChargebee is a fork of ChargebeeElixir by Nicolas Marlier

v0.2.0

This is a work in progress: right now, we only implement those methods:

on those resources:

Installation

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

def deps do
[
{:ex_chargebee, "~> 0.2.2"}
]
end

Configuration

# config/dev.ex
config :ex_chargebee,
namespace: "$your_namespace",
api_key: "$your_api_key"

Usage

# e.g.
ExChargebee.Plan.list()