pyBreezeChMS
pyBreezeChMS copied to clipboard
Python interface to the BreezeChMS REST API http://www.breezechms.com
Currently the timeout of the request call is hardcoded to 1minute, we need to have a way to increase as currently in my project I am facing issue where the...
Currently using the breeze api python wrapper. Continue to get json error that 0 char is being returned. Is this because the data isn't in the backend or is it...
Hey there, I didn't do too much. I was given some logic from a Breeze associate to help the get_people() function have the Jason filtering capability added. It was basically...
`get_person_details()` returns a dict with a whole bunch of entries. The content of the top-level dict is pretty obvious, 'first_name,' 'last_name,' 'street_address,' etc. But it's limited. But there's a 'details'...
The samples needs a README with steps on how to 1) download the code (git clone) 2) install requirements (pip install) 3) run the easytithe_importer.py script Basically, all the same...
Hi, I would like to retrieve the attendance records of any particular profile. I would like the info that is available via this page also available via an API: https://.breezechms.com/people/view//attendance
It would be so much more convenient to be able to just "pip install" this package and have it automatically pull in dependencies. That shouldn't be so awfully hard, and...