Skip to content

Commit 36913c8

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

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-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: 18 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
@@ -6294,6 +6294,16 @@
62946294
"required" : true
62956295
},
62966296
"responses" : {
6297+
"200" : {
6298+
"content" : {
6299+
"application/json" : {
6300+
"schema" : {
6301+
"$ref" : "#/components/schemas/ConnectorAuthResponseOAuth"
6302+
}
6303+
}
6304+
},
6305+
"description" : "First part of authentication is complete, follow redirect to continue"
6306+
},
62976307
"204" : {
62986308
"description" : "Authentication is complete."
62996309
},
@@ -10080,6 +10090,9 @@
1008010090
},
1008110091
"skip_dependent_tables" : {
1008210092
"description" : "Whether to skip dependent tables, setting from the outer spec"
10093+
},
10094+
"flavor" : {
10095+
"description" : "Override default flavor"
1008310096
}
1008410097
},
1008510098
"required" : [ "base_url", "plugin_kind", "plugin_name", "plugin_team" ]

0 commit comments

Comments
 (0)