Commit graph

9 commits

Author SHA1 Message Date
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
Tony DiCola
196f71dc51 Document, refactor slightly, and add tests to REST API client. 2015-01-27 21:52:25 -08:00
Tony DiCola
2c4bb7fb20 Add MQTT client and update tests. 2015-01-13 23:37:00 -08:00
Tony DiCola
2af9a0d65d Add custom Adafruit IO error types and raise them when requests fail. 2014-12-08 15:23:56 -08:00
Tony DiCola
395e3f6891 Remove old commented out base URL. 2014-12-08 13:54:40 -08:00
Tony DiCola
0498780514 Change URL from testing site to main site. 2014-12-08 13:52:44 -08:00
Justin Cooper
f7ad55fc81 update to aio key and use io.ladyada.org 2014-07-16 13:58:00 -05:00
Justin Cooper
74ff2c0f98 add group functionality 2014-07-07 09:42:27 -05:00
Justin Cooper
118cd59bb6 case sensitive dir 2014-05-27 11:27:13 -05:00