Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot authored Nov 7, 2024
1 parent 10b3917 commit 029e898
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions client.gen.go

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

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

0 comments on commit 029e898

Please sign in to comment.