Skip to content

Commit

Permalink
feat: update to latest specs
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Apr 25, 2024
1 parent e58af8c commit 665a7e6
Show file tree
Hide file tree
Showing 12 changed files with 796 additions and 289 deletions.
10 changes: 5 additions & 5 deletions api_keys.go

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

64 changes: 32 additions & 32 deletions authorization.go

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

110 changes: 55 additions & 55 deletions checkouts.go

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

4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ func (c *Client) NewRequest(
}
req, err := http.NewRequestWithContext(
ctx,
http.MethodGet,
method,
c.url+path,
http.NoBody,
body,
)
if err != nil {
return nil, fmt.Errorf("build request: %s", err.Error())
Expand Down
Loading

0 comments on commit 665a7e6

Please sign in to comment.