markallanson / octopus-energy

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

Add an opinionated client implementation #21

Closed markallanson closed 3 years ago

markallanson commented 3 years ago

Though it's nice to have a raw restful client, it's better to have something that exposes a class model. This is that client, focussed towards the type of calls useful for energy consumers.

This is just the start, and has a method to simply return the meters attached to an account as a list of python objects.