Skip to content

kindrid/pyBreezeChMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txBreezeChMS

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

Based on pyBreezeChMS by Alex Ortiz-Rosado

Installation

$ pip install txbreezechms

Getting Started

from txbreeze 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()
# people is a Deferred instance

License

Code released under the Apache 2.0 license.

Packages

No packages published

Languages

  • Python 100.0%