Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.59.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
  • Loading branch information
github-actions[bot] and speakeasybot authored Jul 14, 2023
1 parent f451cdf commit 914a575
Show file tree
Hide file tree
Showing 85 changed files with 11,508 additions and 10,436 deletions.
270 changes: 170 additions & 100 deletions README.md

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.57.0 (2.62.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.1.0] https://github.com/speakeasy-sdks/hookdeck-go/releases/tag/v1.1.0 - .
- [Go v1.1.0] https://github.com/speakeasy-sdks/hookdeck-go/releases/tag/v1.1.0 - .

## 2023-07-14 08:48:46
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.59.0 (2.65.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.2.0] https://github.com/speakeasy-sdks/hookdeck-go/releases/tag/v1.2.0 - .
7 changes: 4 additions & 3 deletions USAGE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!-- Start SDK Example Usage -->


```go
package main

import(
"context"
"log"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/shared"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

Expand All @@ -20,9 +23,7 @@ func main() {
)

ctx := context.Background()
res, err := s.Attempts.GetAttempt(ctx, operations.GetAttemptRequest{
ID: "89bd9d8d-69a6-474e-8f46-7cc8796ed151",
})
res, err := s.Attempt.Get(ctx, "corrupti")
if err != nil {
log.Fatal(err)
}
Expand Down
94 changes: 94 additions & 0 deletions attempt.go

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

70 changes: 2 additions & 68 deletions attempts.go

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

Loading

0 comments on commit 914a575

Please sign in to comment.