markallanson / octopus-energy

A Python Octopus Energy API Client
MIT License
13 stars 2 forks source link

Converted the OctopusEnergyClient to a REST only client #11

Closed markallanson closed 3 years ago

markallanson commented 3 years ago

This will now be a simple low level client that provides core functionality for people who just want something quick and dirty (it returns dictionaries).

A higher level API exposing python model objects will follow.