Skip to content

Releases: mattrayner/podpointclient

v0.1.0

12 Mar 20:26
Compare
Choose a tag to compare

New Features

  • Add support for charges

v0.0.9

11 Mar 21:28
Compare
Choose a tag to compare

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

07 Mar 23:25
Compare
Choose a tag to compare

Bugfixes

  • Fixed an import issue in client.py which caused importing projects to crash

v0.0.1

07 Mar 21:22
Compare
Choose a tag to compare

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