Releases: markallanson/octopus-energy
Releases · markallanson/octopus-energy
0.1.15
0.1.14
Added method to get flexible rate pricing for a specific day
0.1.13
Fix a bug in tariff mapping that transposed inc and exc vat costs
0.1.12
- AccountID removed from consumer client initializer, and added to
get_meters
call instead - New method on consumer client for getting a the rate of a tariff at a specific point in time
0.1.11
Add get consumption to the opinionated client
0.1.10
Added an client wrapper around the raw rest client that uses python model objects to provide an API suitable for use by consumers.
This first release containing this client contains only one method for getting the meters associated with your account.
0.1.9
Only send query string parameters when they have a value
0.1.8
Add support for parameters on all API endpoints
0.1.7
Add support for sorting, aggregating, filtering and pagination to the consumption APIs
0.1.6
- Add Create Quote Endpoint
- Add Create Account Endpoint
Note that both of these APIs require a B2B API Token.