Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#236)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
  • Loading branch information
cq-bot authored Sep 4, 2024
1 parent 2436ba0 commit 2eb8ecf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3894,6 +3894,9 @@
"404" : {
"$ref" : "#/components/responses/NotFound"
},
"429" : {
"$ref" : "#/components/responses/TooManyRequests"
},
"500" : {
"$ref" : "#/components/responses/InternalError"
}
Expand Down

0 comments on commit 2eb8ecf

Please sign in to comment.