Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#241)
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 17, 2024
1 parent 1684c05 commit 36913c8
Show file tree
Hide file tree
Showing 3 changed files with 39 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.

18 changes: 18 additions & 0 deletions models.gen.go

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

13 changes: 13 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6294,6 +6294,16 @@
"required" : true
},
"responses" : {
"200" : {
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/ConnectorAuthResponseOAuth"
}
}
},
"description" : "First part of authentication is complete, follow redirect to continue"
},
"204" : {
"description" : "Authentication is complete."
},
Expand Down Expand Up @@ -10080,6 +10090,9 @@
},
"skip_dependent_tables" : {
"description" : "Whether to skip dependent tables, setting from the outer spec"
},
"flavor" : {
"description" : "Override default flavor"
}
},
"required" : [ "base_url", "plugin_kind", "plugin_name", "plugin_team" ]
Expand Down

0 comments on commit 36913c8

Please sign in to comment.