ChargebeeElixir

Elixir implementation of Chargebee API.

v0.1.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 chargebee_elixir to your list of dependencies in mix.exs:

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

Configuration

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

Usage

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