Skip to content

Commit

Permalink
feat: bump api spec to v2.2024.11.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clambin committed Nov 10, 2024
1 parent 1b10844 commit 3ec42a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
21 changes: 12 additions & 9 deletions client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import (
"net/http"
)

////go:generate oapi-codegen -config config.yaml https://raw.githubusercontent.com/kritsel/tado-openapispec-v2/refs/tags/v2.2024.09.22.0/tado-openapispec-v2.yaml

////go:generate oapi-codegen -config config.yaml ../tado-openapispec-v2/tado-openapispec-v2.yaml
////go:generate oapi-codegen -config config.yaml https://raw.githubusercontent.com/clambin/tado-openapispec-v2/refs/heads/combined/tado-openapispec-v2.yaml
//go:generate oapi-codegen -config config.yaml https://raw.githubusercontent.com/kritsel/tado-openapispec-v2/refs/tags/v2.2024.11.10.0/tado-openapispec-v2.yaml

//go:generate oapi-codegen -config config.yaml https://raw.githubusercontent.com/clambin/tado-openapispec-v2/refs/heads/combined/tado-openapispec-v2.yaml
const ServerURL = "https://my.tado.com/api/v2"

func NewOAuth2Client(ctx context.Context, username string, password string) (*http.Client, error) {
Expand Down

0 comments on commit 3ec42a6

Please sign in to comment.