mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.0
This commit is contained in:
@@ -519,12 +519,13 @@ The built-in `net/http` client satisfies this interface and a default client bas
|
||||
import (
|
||||
"net/http"
|
||||
"time"
|
||||
"github.com/myorg/your-go-sdk"
|
||||
|
||||
"github.com/LukeHagar/plexgo"
|
||||
)
|
||||
|
||||
var (
|
||||
httpClient = &http.Client{Timeout: 30 * time.Second}
|
||||
sdkClient = sdk.New(sdk.WithClient(httpClient))
|
||||
sdkClient = plexgo.New(plexgo.WithClient(httpClient))
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user