Compare commits

..

1 Commits

Author SHA1 Message Date
speakeasybot
46d64acf0d ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.142.1 2024-01-17 00:48:40 +00:00
5 changed files with 20 additions and 10 deletions

View File

@@ -4,9 +4,9 @@ management:
docChecksum: 34d22936f2456c2c461abdfc773e3fc4
docVersion: 0.0.3
speakeasyVersion: internal
generationVersion: 2.228.1
releaseVersion: 0.0.2
configChecksum: 8ec0262eb88fedd583b12ba41ef0ef38
generationVersion: 2.234.3
releaseVersion: 0.0.3
configChecksum: 9a4ca7acc5fd79b147c2ee13557b2a17
repoURL: https://github.com/LukeHagar/plexgo.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexgo
@@ -14,7 +14,7 @@ management:
features:
go:
constsAndDefaults: 0.1.2
core: 3.3.0
core: 3.3.1
flattening: 2.81.1
globalSecurity: 2.82.3
globalServerURLs: 2.82.1

View File

@@ -19,3 +19,13 @@ Based on:
- [go v0.0.2] .
### Releases
- [Go v0.0.2] https://github.com/LukeHagar/plexgo/releases/tag/v0.0.2 - .
## 2024-01-17 00:48:29
### Changes
Based on:
- OpenAPI Doc 0.0.3
- Speakeasy CLI 1.142.1 (2.234.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.0.3] .
### Releases
- [Go v0.0.3] https://github.com/LukeHagar/plexgo/releases/tag/v0.0.3 - .

View File

@@ -8,7 +8,7 @@ generation:
fixes:
nameResolutionDec2023: false
go:
version: 0.0.2
version: 0.0.3
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/LukeHagar/plexgo
go 1.14
go 1.20
require (
github.com/cenkalti/backoff/v4 v4.2.0

View File

@@ -251,9 +251,9 @@ func New(opts ...SDKOption) *PlexAPI {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.3",
SDKVersion: "0.0.2",
GenVersion: "2.228.1",
UserAgent: "speakeasy-sdk/go 0.0.2 2.228.1 0.0.3 github.com/LukeHagar/plexgo",
SDKVersion: "0.0.3",
GenVersion: "2.234.3",
UserAgent: "speakeasy-sdk/go 0.0.3 2.234.3 0.0.3 github.com/LukeHagar/plexgo",
ServerDefaults: []map[string]string{
{
"protocol": "http",