txBreezeChMS

Twisted Python interface to BreezeChMS REST API.


Keywords
breezechms, breezeapi, twisted, python, breeze
License
Apache-2.0
Install
pip install txBreezeChMS==1.0.5

Documentation

PyBreezeChMS

Python interface to BreezeChMS REST API http://www.breezechms.com

Build Status Coverage Status

Installation

Before using pyBreezeChMS, you'll need to install the requests library:

$ sudo pip install requests

Getting Started

from breeze import breeze

breeze_api = breeze.BreezeApi(
    breeze_url='https://your_subdomain.breezechms.com',
    api_key='YourApiKey')

To get a JSON of all people:

people = breeze_api.get_people()

License

Code released under the Apache 2.0 license.