Commit graph

7 commits

Author SHA1 Message Date
Doug Zobel
09c021b0f5 Fix Dashboard parsing of Block objects 2021-11-18 09:38:43 -06:00
Doug Zobel
11bddacc67 Add support for dashboards, blocks and layouts 2021-11-16 15:35:05 -06:00
brentrubell
418141a00f
Support for Lat/Lon/Elevation Data (#48)
* modified model for location feeds
* added send_location_data method to API client wrapper
* fix send_location_data arg order, update example
2018-07-02 13:10:14 -04:00
brentru
865bf5f497 change feed model to explicitly set values 2018-06-26 16:04:00 -04:00
brentru
4dbef23883 deprecating stream in v2 client, handled by API 2018-06-26 14:03:44 -04:00
Justin Cooper
1e2d7f1dd0 update feed fields for api v2 and drop stream from feed 2017-06-27 10:58:12 -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