ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.279.0

This commit is contained in:
speakeasybot
2024-05-04 00:30:59 +00:00
parent 6748e94a9a
commit 5586b88763
450 changed files with 4689 additions and 2678 deletions

View File

@@ -18,6 +18,7 @@ import (
func main() {
s := plexgo.New(
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
plexgo.WithXPlexClientIdentifier("Postman"),
)
ctx := context.Background()
@@ -25,7 +26,6 @@ func main() {
if err != nil {
log.Fatal(err)
}
if res.Object != nil {
// handle response
}