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

View File

@@ -19,3 +19,13 @@ Based on:
- [go v0.0.2] . - [go v0.0.2] .
### Releases ### Releases
- [Go v0.0.2] https://github.com/LukeHagar/plexgo/releases/tag/v0.0.2 - . - [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: fixes:
nameResolutionDec2023: false nameResolutionDec2023: false
go: go:
version: 0.0.2 version: 0.0.3
clientServerStatusCodesAsErrors: true clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true flattenGlobalSecurity: true
imports: imports:

2
go.mod
View File

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

View File

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