Commit graph

14 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
a5946f6ad2 update client calls with username and add send_batch_data 2017-06-27 15:20:15 -05:00
Justin Cooper
08614c0140 reorganize examples, and add a new data example 2017-06-27 14:23:43 -05:00
Justin Cooper
27d4a48e61 new feeds operations example 2017-06-27 10:59:48 -05:00
Justin Cooper
b390997560 update api example with username 2017-06-26 16:29:04 -05:00
Justin Cooper
ce1b4bbc76 Merge pull request #32 from edzob/patch-1
replace Test with Foo in the print output for read data from feed Foo
2017-06-26 10:17:02 -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
Leo Arias
bc8856f61a Add parenthesis to the prints so they work on python3 also. 2016-01-20 20:53:34 -06:00
Tony DiCola
6903a36690 Add MQTT debug view example. 2015-06-09 20:08:55 -07:00
Tony DiCola
d24bbd5a7e Add simple MQTT subscription example. 2015-06-03 13:59:43 -07:00
Tony DiCola
77ef090c81 Update MQTT example to use new username field. 2015-06-03 13:36:25 -07: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
Tony DiCola
df9d3ecdba Fix mqtt_client.py example to call background loop function. 2015-01-18 00:57:22 -08:00
Tony DiCola
2c4bb7fb20 Add MQTT client and update tests. 2015-01-13 23:37:00 -08:00