Skip to content

Commit 2cdf436

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

File tree

2 files changed

+105
-0
lines changed

2 files changed

+105
-0
lines changed

client.gen.go

Lines changed: 91 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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@
5454
"tags" : [ "healthcheck" ]
5555
}
5656
},
57+
"/cq-healthcheck" : {
58+
"get" : {
59+
"description" : "Health check endpoint, returns 200",
60+
"operationId" : "CQHealthCheck",
61+
"responses" : {
62+
"200" : {
63+
"description" : "Response"
64+
}
65+
},
66+
"security" : [ ],
67+
"tags" : [ "healthcheck" ],
68+
"x-internal" : true
69+
}
70+
},
5771
"/upload/image" : {
5872
"post" : {
5973
"description" : "Get a URL to upload image that will be publicly accessible",

0 commit comments

Comments
 (0)