Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#98)
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 Jan 4, 2024
1 parent 46da085 commit 68874b1
Show file tree
Hide file tree
Showing 3 changed files with 27 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.

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

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

8 changes: 8 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4457,6 +4457,14 @@
},
"description": "Username used for `docker login`"
},
{
"in": "query",
"name": "service",
"schema": {
"type": "string"
},
"description": "Service requesting the JTW token"
},
{
"in": "query",
"name": "scope",
Expand Down

0 comments on commit 68874b1

Please sign in to comment.