Commit graph

5 commits

Author SHA1 Message Date
Justin Cooper
c21867eb75 rename send to send_data and craete alias to send, rework readme 2017-06-27 15:39:56 -05:00
Justin Cooper
08614c0140 reorganize examples, and add a new data example 2017-06-27 14:23:43 -05:00
Justin Cooper
b390997560 update api example with username 2017-06-26 16:29:04 -05:00
Edzo Botjes
813e78d396 replace Test with Foo in the print output for read data from feed Foo 2017-03-31 11:10:24 +02: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