Skip to content

Contributing methods and tests to the Python interface to the BreezeChMS REST API http://www.breezechms.com

License

Notifications You must be signed in to change notification settings

jeffcfho/pyBreezeChMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Contributing methods and tests to the Python interface to the BreezeChMS REST API http://www.breezechms.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%