mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-08 12:47:44 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.133.1
This commit is contained in:
@@ -14,8 +14,6 @@ import (
|
||||
|
||||
// ServerList contains the list of servers available to the SDK
|
||||
var ServerList = []string{
|
||||
// The full address of your Plex Server
|
||||
"http://10.10.10.47:32400",
|
||||
// The full address of your Plex Server
|
||||
"{protocol}://{ip}:{port}",
|
||||
}
|
||||
@@ -261,11 +259,10 @@ func New(opts ...SDKOption) *PlexAPI {
|
||||
sdkConfiguration: sdkConfiguration{
|
||||
Language: "go",
|
||||
OpenAPIDocVersion: "0.0.3",
|
||||
SDKVersion: "0.1.0",
|
||||
GenVersion: "2.225.2",
|
||||
UserAgent: "speakeasy-sdk/go 0.1.0 2.225.2 0.0.3 PlexAPI",
|
||||
SDKVersion: "0.2.0",
|
||||
GenVersion: "2.228.1",
|
||||
UserAgent: "speakeasy-sdk/go 0.2.0 2.228.1 0.0.3 PlexAPI",
|
||||
ServerDefaults: []map[string]string{
|
||||
{},
|
||||
{
|
||||
"protocol": "http",
|
||||
"ip": "10.10.10.47",
|
||||
|
||||
Reference in New Issue
Block a user