- Nothing changed yet.
- Add retrying feature to the
_request
method. - Bugfix: Initialize EnsekError with super() to avoid pickling errors.
- Adds
update_account_attribute
method. - Adds
get_account_attributes
method.
- Adds
get_account_settings
method.
- Adds
get_addresses_at_postcode
method.
- Bugfix
get_all_account_ids
method, was previously returning a subset of the total ids.
- Adds
get_live_balances
method. - Adds
get_live_balances_detailed
method.
- Adds optional
source
arg tocreate_meter_reading
method.
- Adds
get_meter_point_readings
method. - Adds
create_meter_reading
method.
- Adds
get_electricity_utility
method.
- Renames parameter of
get_account_for_meter_point
tometer_point_id
.
- Adds
get_gas_utility
method.
- Bugfix for
EnsekError
not being raised when a connection error occurs.
- Adds
get_region_id_for_postcode
method.
- Initial release