Skip to content

Commit a5a438d

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#303)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent 5975534 commit a5a438d

File tree

3 files changed

+0
-152
lines changed

3 files changed

+0
-152
lines changed

client.gen.go

Lines changed: 0 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models.gen.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6614,32 +6614,6 @@
66146614
"tags" : [ "platform" ],
66156615
"x-internal" : true
66166616
}
6617-
},
6618-
"/platform/flags" : {
6619-
"get" : {
6620-
"description" : "Get platform feature flags",
6621-
"operationId" : "GetPlatformFlags",
6622-
"responses" : {
6623-
"200" : {
6624-
"content" : {
6625-
"application/json" : {
6626-
"schema" : {
6627-
"$ref" : "#/components/schemas/PlatformFlags"
6628-
}
6629-
}
6630-
},
6631-
"description" : "Response"
6632-
},
6633-
"401" : {
6634-
"$ref" : "#/components/responses/RequiresAuthentication"
6635-
},
6636-
"500" : {
6637-
"$ref" : "#/components/responses/InternalError"
6638-
}
6639-
},
6640-
"security" : [ ],
6641-
"tags" : [ "platform" ]
6642-
}
66436617
}
66446618
},
66456619
"components" : {
@@ -10526,11 +10500,6 @@
1052610500
},
1052710501
"required" : [ "base_url", "return_url" ]
1052810502
},
10529-
"PlatformFlags" : {
10530-
"additionalProperties" : false,
10531-
"description" : "A map of feature flags for the Platform",
10532-
"type" : "object"
10533-
},
1053410503
"UploadImage_request" : {
1053510504
"properties" : {
1053610505
"content_type" : {

0 commit comments

Comments
 (0)