Releases: mattrayner/podpointclient
Releases · mattrayner/podpointclient
v0.1.0
New Features
- Add support for charges
v0.0.9
First component-ready release
Bugfixes
Multiple bug fixes, including but not limited to:
- Fixed import issues
- Fixed schedule setting issues (unable to JSON serialize map object)
v0.0.2
Bugfixes
- Fixed an import issue in
client.py
which caused importing projects to crash
v0.0.1
Features
- Query Pod Point API and get:
- Get all user's pods
- Get individual pod by ID
- Update schedules
- Manage credentials lifecycle across multiple api calls
- Converts API response to python objects with attributes that are easily callable and chain able