Skip to content

Releases: FileGo/octopusenergyapi

v0.0.4: Fixed bug with ListProducts (#7)

10 May 17:30
2e0d66f
Compare
Choose a tag to compare

v0.0.3

06 Jan 00:17
c7f1c2b
Compare
Choose a tag to compare

Changes in v0.0.3

  1. Refactored GetMeterConsumption into GetElecMeterConsumption and GetGasMeterConsumption.

v0.0.2

29 Nov 18:24
Compare
Choose a tag to compare

Changes in v0.0.2

  1. Extended and improve tests with much greater code coverage.
  2. Base URL now hardcoded within the package, as it shouldn't change often (or at least not without breaking the package).

Old usage

func NewClient(baseURL string, APIkey string, httpClient http.Client) (client, error)

New usage

func NewClient(APIkey string, httpClient *http.Client) (*Client, error)

v0.0.1

23 Nov 23:58
Compare
Choose a tag to compare

First test release.