mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 12:37:46 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bcd080211 | ||
|
|
2e0f3b64ea |
File diff suppressed because one or more lines are too long
@@ -15,7 +15,7 @@ generation:
|
|||||||
oAuth2ClientCredentialsEnabled: true
|
oAuth2ClientCredentialsEnabled: true
|
||||||
oAuth2PasswordEnabled: false
|
oAuth2PasswordEnabled: false
|
||||||
go:
|
go:
|
||||||
version: 0.19.2
|
version: 0.19.3
|
||||||
additionalDependencies: {}
|
additionalDependencies: {}
|
||||||
allowUnknownFieldsInWeakUnions: false
|
allowUnknownFieldsInWeakUnions: false
|
||||||
clientServerStatusCodesAsErrors: true
|
clientServerStatusCodesAsErrors: true
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
speakeasyVersion: 1.513.4
|
speakeasyVersion: 1.526.6
|
||||||
sources:
|
sources:
|
||||||
my-source:
|
my-source:
|
||||||
sourceNamespace: my-source
|
sourceNamespace: my-source
|
||||||
@@ -9,19 +9,19 @@ sources:
|
|||||||
- main
|
- main
|
||||||
plexapi:
|
plexapi:
|
||||||
sourceNamespace: plexapi
|
sourceNamespace: plexapi
|
||||||
sourceRevisionDigest: sha256:2066ba94b55e21d651c79003e3cf402fb77c52a0969fc52310b3383fbed038f4
|
sourceRevisionDigest: sha256:cffb18feaa0523b300655a6f0073caad99133b143f5a420fddbb1e1efe47bcaf
|
||||||
sourceBlobDigest: sha256:1737023e29cd9cf36c07ccd8c8c48c47e14f47ce22b4d6ba9ee241afbbd8f351
|
sourceBlobDigest: sha256:1737023e29cd9cf36c07ccd8c8c48c47e14f47ce22b4d6ba9ee241afbbd8f351
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- speakeasy-sdk-regen-1741565327
|
- speakeasy-sdk-regen-1743442207
|
||||||
targets:
|
targets:
|
||||||
plexgo:
|
plexgo:
|
||||||
source: plexapi
|
source: plexapi
|
||||||
sourceNamespace: plexapi
|
sourceNamespace: plexapi
|
||||||
sourceRevisionDigest: sha256:2066ba94b55e21d651c79003e3cf402fb77c52a0969fc52310b3383fbed038f4
|
sourceRevisionDigest: sha256:cffb18feaa0523b300655a6f0073caad99133b143f5a420fddbb1e1efe47bcaf
|
||||||
sourceBlobDigest: sha256:1737023e29cd9cf36c07ccd8c8c48c47e14f47ce22b4d6ba9ee241afbbd8f351
|
sourceBlobDigest: sha256:1737023e29cd9cf36c07ccd8c8c48c47e14f47ce22b4d6ba9ee241afbbd8f351
|
||||||
codeSamplesNamespace: code-samples-go-plexgo
|
codeSamplesNamespace: code-samples-go-plexgo
|
||||||
codeSamplesRevisionDigest: sha256:1c039b4b936c2e504fdce037068ca992efeb22b94f6fc013db92ed1923c0bc33
|
codeSamplesRevisionDigest: sha256:b83144bbe1d84087f2f495b945e4b14a898f0ccb54cd57e5036b79f4f0370344
|
||||||
workflow:
|
workflow:
|
||||||
workflowVersion: 1.0.0
|
workflowVersion: 1.0.0
|
||||||
speakeasyVersion: latest
|
speakeasyVersion: latest
|
||||||
@@ -37,3 +37,5 @@ workflow:
|
|||||||
output: codeSamples.yaml
|
output: codeSamples.yaml
|
||||||
registry:
|
registry:
|
||||||
location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-go-plexgo
|
location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-go-plexgo
|
||||||
|
labelOverride:
|
||||||
|
fixedValue: PlexGO
|
||||||
|
|||||||
@@ -12,3 +12,5 @@ targets:
|
|||||||
output: codeSamples.yaml
|
output: codeSamples.yaml
|
||||||
registry:
|
registry:
|
||||||
location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-go-plexgo
|
location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-go-plexgo
|
||||||
|
labelOverride:
|
||||||
|
fixedValue: PlexGO
|
||||||
|
|||||||
12
RELEASES.md
12
RELEASES.md
@@ -1072,4 +1072,14 @@ Based on:
|
|||||||
### Generated
|
### Generated
|
||||||
- [go v0.19.2] .
|
- [go v0.19.2] .
|
||||||
### Releases
|
### Releases
|
||||||
- [Go v0.19.2] https://github.com/LukeHagar/plexgo/releases/tag/v0.19.2 - .
|
- [Go v0.19.2] https://github.com/LukeHagar/plexgo/releases/tag/v0.19.2 - .
|
||||||
|
|
||||||
|
## 2025-03-31 17:29:50
|
||||||
|
### Changes
|
||||||
|
Based on:
|
||||||
|
- OpenAPI Doc
|
||||||
|
- Speakeasy CLI 1.526.6 (2.563.1) https://github.com/speakeasy-api/speakeasy
|
||||||
|
### Generated
|
||||||
|
- [go v0.19.3] .
|
||||||
|
### Releases
|
||||||
|
- [Go v0.19.3] https://github.com/LukeHagar/plexgo/releases/tag/v0.19.3 - .
|
||||||
160
codeSamples.yaml
160
codeSamples.yaml
@@ -7,7 +7,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getServerCapabilities
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getServerPreferences
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: updatePlayProgress
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -94,7 +94,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: markPlayed
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -123,7 +123,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getTimeline
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: markUnplayed
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -193,7 +193,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getServerActivities
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -222,7 +222,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: cancelServerActivities
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -251,7 +251,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: stopAllTasks
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -280,7 +280,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getButlerTasks
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -309,7 +309,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: startAllTasks
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -338,7 +338,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: stopTask
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -368,7 +368,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: startTask
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -398,7 +398,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getAvailableClients
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -427,7 +427,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getCompanionsData
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -456,7 +456,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getDevices
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -485,7 +485,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getUserFriends
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -514,7 +514,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getGeoData
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -541,7 +541,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getHomeData
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -570,7 +570,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getGlobalHubs
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -599,7 +599,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-recently-added
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -633,7 +633,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: performSearch
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -662,7 +662,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: performVoiceSearch
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -691,7 +691,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getLibraryHubs
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -720,7 +720,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-server-identity
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -747,7 +747,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getTopWatchedContent
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -777,7 +777,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getFileHash
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -806,7 +806,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-media-meta-data
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -851,7 +851,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-banner-image
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -888,7 +888,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getMetadataChildren
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -917,7 +917,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-thumb-image
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -954,7 +954,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-recently-added-library
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1002,7 +1002,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-search-all-libraries
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1038,7 +1038,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-all-libraries
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1067,7 +1067,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-watch-list
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1100,7 +1100,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: deleteLibrary
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1129,7 +1129,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-library-details
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1158,7 +1158,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-actors-library
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1188,7 +1188,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-all-media-library
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1221,7 +1221,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-countries-library
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1251,7 +1251,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-genres-library
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1281,7 +1281,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-refresh-library-metadata
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1311,7 +1311,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-search-library
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1341,7 +1341,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-library-items
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1375,7 +1375,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: logLine
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1405,7 +1405,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: logMultiLine
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1436,7 +1436,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: enablePaperTrail
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1465,7 +1465,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-media-providers
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1494,7 +1494,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getMyPlexAccount
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1523,7 +1523,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getResizedPhoto
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1561,7 +1561,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getPin
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1595,7 +1595,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getTokenByPinId
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1630,7 +1630,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getPlaylists
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1659,7 +1659,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: createPlaylist
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1694,7 +1694,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: uploadPlaylist
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1724,7 +1724,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: deletePlaylist
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1753,7 +1753,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getPlaylist
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1782,7 +1782,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: updatePlaylist
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1811,7 +1811,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: clearPlaylistContents
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1840,7 +1840,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getPlaylistContents
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1870,7 +1870,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: addPlaylistContents
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1899,7 +1899,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-server-resources
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1928,7 +1928,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getSearchResults
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1957,7 +1957,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getSourceConnectionInformation
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -1986,7 +1986,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getTransientToken
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2016,7 +2016,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getServerList
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2045,7 +2045,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getBandwidthStatistics
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2074,7 +2074,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getStatistics
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2103,7 +2103,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getResourcesStatistics
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2132,7 +2132,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getSessions
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2161,7 +2161,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getSessionHistory
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2191,7 +2191,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getTranscodeSessions
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2220,7 +2220,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: stopTranscodeSession
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2249,7 +2249,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: applyUpdates
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2279,7 +2279,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: checkForUpdates
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2309,7 +2309,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getUpdateStatus
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2338,7 +2338,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: getTokenDetails
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2367,7 +2367,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: get-users
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2409,7 +2409,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: post-users-sign-in-data
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -2448,7 +2448,7 @@ actions:
|
|||||||
update:
|
update:
|
||||||
x-codeSamples:
|
x-codeSamples:
|
||||||
- lang: go
|
- lang: go
|
||||||
label: startUniversalTranscode
|
label: PlexGO
|
||||||
source: |-
|
source: |-
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|||||||
@@ -299,9 +299,9 @@ func New(opts ...SDKOption) *PlexAPI {
|
|||||||
sdkConfiguration: sdkConfiguration{
|
sdkConfiguration: sdkConfiguration{
|
||||||
Language: "go",
|
Language: "go",
|
||||||
OpenAPIDocVersion: "0.0.3",
|
OpenAPIDocVersion: "0.0.3",
|
||||||
SDKVersion: "0.19.2",
|
SDKVersion: "0.19.3",
|
||||||
GenVersion: "2.545.4",
|
GenVersion: "2.563.1",
|
||||||
UserAgent: "speakeasy-sdk/go 0.19.2 2.545.4 0.0.3 github.com/LukeHagar/plexgo",
|
UserAgent: "speakeasy-sdk/go 0.19.3 2.563.1 0.0.3 github.com/LukeHagar/plexgo",
|
||||||
ServerDefaults: []map[string]string{
|
ServerDefaults: []map[string]string{
|
||||||
{
|
{
|
||||||
"protocol": "https",
|
"protocol": "https",
|
||||||
|
|||||||
Reference in New Issue
Block a user