Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#230)
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 Aug 23, 2024
1 parent 310278f commit 9fe6755
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 5 additions & 2 deletions models.gen.go

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

7 changes: 6 additions & 1 deletion spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3597,7 +3597,7 @@
"description" : "Session cookie",
"explode" : false,
"schema" : {
"example" : "__session=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9Cg...; HttpOnly; Secure; SameSite=Strict; Path=/; Max-Age=3600",
"example" : "__session=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9Cg...; HttpOnly; Secure; SameSite=None; Path=/; Max-Age=3600",
"type" : "string"
},
"style" : "simple"
Expand Down Expand Up @@ -7966,6 +7966,11 @@
"example" : "2017-07-14T16:53:42Z",
"format" : "date-time",
"type" : "string"
},
"profile_image_url" : {
"description" : "Profile image URL of user",
"type" : "string",
"x-go-name" : "ProfileImageURL"
}
},
"required" : [ "email", "id" ],
Expand Down

0 comments on commit 9fe6755

Please sign in to comment.