Skip to content

Commit

Permalink
remove generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 13, 2024
1 parent 6824cdf commit 4918126
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"strings"
)

//go:generate oapi-codegen -config openapi.client.yaml https://raw.githubusercontent.com/ctrlplanedev/ctrlplane/refs/heads/main/openapi.v1.json

func NewAPIKeyClientWithResponses(server string, apiKey string) (*ClientWithResponses, error) {
server = strings.TrimSuffix(server, "/")
server = strings.TrimSuffix(server, "/api")
Expand Down

0 comments on commit 4918126

Please sign in to comment.