chargebee-byte

Chargebee API library. Made by Byte.nl


License
MIT
Install
pip install chargebee-byte==0.1.4

Documentation

chargebee-byte

Build Status Latest version on PyPI Licence

A Python Chargebee API client library. Written by Byte.nl.

Installation

pip install chargebee_byte

Usage

import chargebee_byte.client
client = chargebee_byte.client.Client(site_name, api_key)
subscriptions = client.get_all_subscriptions()