Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

PandaScore/chargebee-elixir

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChargebeeElixir

Elixir implementation of Chargebee API.

v0.1.5

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

  • list
  • retrieve
  • create

on those resources:

  • addon
  • customer
  • hosted_page
    • also checkout_new
    • also checkout_existing
  • subscription
    • also create_for_customer
  • plan
  • portal_session
  • subscription
  • invoice
    • also close
    • also import_invoice

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.5"}
  ]
end

Configuration

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

Usage

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

Run tests

mix test

Publish

mix hex.publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.