Skip to content

Commit c7fa339

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

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

client.gen.go

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

models.gen.go

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

spec.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2650,6 +2650,9 @@
26502650
},
26512651
"500": {
26522652
"$ref": "#/components/responses/InternalError"
2653+
},
2654+
"503": {
2655+
"$ref": "#/components/responses/ServiceUnavailable"
26532656
}
26542657
},
26552658
"tags": [
@@ -4904,6 +4907,16 @@
49044907
},
49054908
"description": "Too Many Requests"
49064909
},
4910+
"ServiceUnavailable": {
4911+
"content": {
4912+
"application/json": {
4913+
"schema": {
4914+
"$ref": "#/components/schemas/BasicError"
4915+
}
4916+
}
4917+
},
4918+
"description": "Service unavailable"
4919+
},
49074920
"MethodNotAllowed": {
49084921
"content": {
49094922
"application/json": {

0 commit comments

Comments
 (0)