We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6824cdf commit 4918126Copy full SHA for 4918126
internal/api/client.go
@@ -6,8 +6,6 @@ import (
6
"strings"
7
)
8
9
-//go:generate oapi-codegen -config openapi.client.yaml https://raw.githubusercontent.com/ctrlplanedev/ctrlplane/refs/heads/main/openapi.v1.json
10
-
11
func NewAPIKeyClientWithResponses(server string, apiKey string) (*ClientWithResponses, error) {
12
server = strings.TrimSuffix(server, "/")
13
server = strings.TrimSuffix(server, "/api")
0 commit comments