Commit graph

5 commits

Author SHA1 Message Date
brentrubell
80b455a0eb
TypeError Handling (#61)
Fix TypeError on 3.5.x (RasPi, Stretch)
2018-07-17 10:00:54 -04:00
brentru
dccce92324 ref. mqtterror class in init 2018-07-11 11:35:41 -04:00
brentrubell
050523e25f
break out errors into explicit types (#44)
* added strict error checking for params in errors.py
2018-07-02 15:10:44 -04:00
Justin Cooper
9de0fe99f1 pass error details if available in RequestError 2017-06-29 11:12:44 -05:00
Tony DiCola
9900d508f5 Major update:
- Refactored REST client to use requests library for Python 3 compatibility.
- Added docstrings to all public methods & classes.
- Fleshed out CRUD APIs for data, feed, group.
- Wrote full suite of integration tests to verify changes.
- Updated setup.py to bump version to 0.9 & depend on requests and paho-mqtt modules.
- Updated and tested code to work with both Python 2 and 3.
- Broke out errors into separate file, and added explicit data model classes.
- General cleanup and preparation for public release.
2015-02-01 12:22:03 -08:00