You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basics are trivial to implement for get calls, endpoints I've found:
cozify.hub_api.get('/hub/users', **kwargs)
cozify.hub_api.get('/rooms', **kwargs)
cozify.hub_api.get('/zones', **kwargs)
All of them probably support also post calls for adding items but that could be left to a follow up PR. I don't have the time to implement these right now but the get calls are trivial so a good first issue for anyone wanting to contribute. I'll also get to them eventually.
The text was updated successfully, but these errors were encountered:
The basics are trivial to implement for
get
calls, endpoints I've found:cozify.hub_api.get('/hub/users', **kwargs)
cozify.hub_api.get('/rooms', **kwargs)
cozify.hub_api.get('/zones', **kwargs)
All of them probably support also post calls for adding items but that could be left to a follow up PR. I don't have the time to implement these right now but the get calls are trivial so a good first issue for anyone wanting to contribute. I'll also get to them eventually.
The text was updated successfully, but these errors were encountered: