Releases: FileGo/octopusenergyapi
Releases · FileGo/octopusenergyapi
v0.0.4: Fixed bug with ListProducts (#7)
v0.0.3
v0.0.2
Changes in v0.0.2
- Extended and improve tests with much greater code coverage.
- 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)