Releases: Open-Building-Management/pyemoncms
v0.1.3
use "fulljson" in input_post method
the original design of emoncms used ‘json’ as the parameter even though it was not valid JSON. When the ability to post a validated JSON was introduced, json was left for backwards compatibility and fulljson is now used for validated JSON.
Full Changelog: v0.1.2...v0.1.3
co-authored with @borpin
v0.1.2
Backward compatible with version 0.1.1
Add an async_post_input method, to post data on emoncms through the /post/input route
Full Changelog: v0.1.1...v0.1.2
v0.1.1
remove the uuid warning
v0.1.0
mention url in uuid warning
v0.0.9
create method async_get_uuid
v0.0.8
remove uiid parameter from async_list_feeds method
v0.0.7
Avoid creation of a brand new aiohttp.ClientSession on every call
using dataclass
Full Changelog: v0.0.6...v0.0.7
v0.0.6
add uiid parameter to async_list_feeds method, with default value to False
add tests
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Full Changelog: v0.0.3...v0.0.4