mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.404.5
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
lockVersion: 2.0.0
|
lockVersion: 2.0.0
|
||||||
id: 5a8dbcbc-e0ee-41f0-9d84-b8b50567d1e9
|
id: 5a8dbcbc-e0ee-41f0-9d84-b8b50567d1e9
|
||||||
management:
|
management:
|
||||||
docChecksum: 9f62ea35c6168986c8e3557d5df50b99
|
docChecksum: f387ae03f10decba230886eaab322b20
|
||||||
docVersion: 0.0.3
|
docVersion: 0.0.3
|
||||||
speakeasyVersion: 1.404.5
|
speakeasyVersion: 1.404.5
|
||||||
generationVersion: 2.426.2
|
generationVersion: 2.426.2
|
||||||
releaseVersion: 0.8.3
|
releaseVersion: 0.8.4
|
||||||
configChecksum: fec2c17247b5fd283d2d5f2a7e6ff6d1
|
configChecksum: 443a1c0c9fca201cfe4e2527124b0cad
|
||||||
repoURL: https://github.com/LukeHagar/plexcsharp.git
|
repoURL: https://github.com/LukeHagar/plexcsharp.git
|
||||||
repoSubDirectory: .
|
repoSubDirectory: .
|
||||||
published: true
|
published: true
|
||||||
@@ -1922,6 +1922,7 @@ examples:
|
|||||||
includeHttps: 1
|
includeHttps: 1
|
||||||
includeRelay: 1
|
includeRelay: 1
|
||||||
includeIPv6: 1
|
includeIPv6: 1
|
||||||
|
X-Plex-Client-Identifier: "gcgzw5rz2xovp84b4vha3a40"
|
||||||
responses:
|
responses:
|
||||||
"401":
|
"401":
|
||||||
application/json: {"errors": []}
|
application/json: {"errors": []}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ generation:
|
|||||||
auth:
|
auth:
|
||||||
oAuth2ClientCredentialsEnabled: true
|
oAuth2ClientCredentialsEnabled: true
|
||||||
csharp:
|
csharp:
|
||||||
version: 0.8.3
|
version: 0.8.4
|
||||||
additionalDependencies: []
|
additionalDependencies: []
|
||||||
author: LukeHagar
|
author: LukeHagar
|
||||||
clientServerStatusCodesAsErrors: true
|
clientServerStatusCodesAsErrors: true
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ sources:
|
|||||||
- main
|
- main
|
||||||
plexapi:
|
plexapi:
|
||||||
sourceNamespace: plexapi
|
sourceNamespace: plexapi
|
||||||
sourceRevisionDigest: sha256:ed1af8e79d553cc0bf2f8f7975f445d80cb8bd58390bca18d1352577da5ec5ed
|
sourceRevisionDigest: sha256:a9bd67eaa35b8311162ae769209f725cc5da16e57976b4928c54594c02cd451c
|
||||||
sourceBlobDigest: sha256:157db2a169209c18fdca786b671c5da8d2b14dc3005574d08c9d667320869093
|
sourceBlobDigest: sha256:43ddffba137c37d2f64f8db185179a273bcc5ca7242594c932da99d1eb7f3e98
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- main
|
- main
|
||||||
@@ -25,10 +25,10 @@ targets:
|
|||||||
plexcsharp:
|
plexcsharp:
|
||||||
source: plexapi
|
source: plexapi
|
||||||
sourceNamespace: plexapi
|
sourceNamespace: plexapi
|
||||||
sourceRevisionDigest: sha256:ed1af8e79d553cc0bf2f8f7975f445d80cb8bd58390bca18d1352577da5ec5ed
|
sourceRevisionDigest: sha256:a9bd67eaa35b8311162ae769209f725cc5da16e57976b4928c54594c02cd451c
|
||||||
sourceBlobDigest: sha256:157db2a169209c18fdca786b671c5da8d2b14dc3005574d08c9d667320869093
|
sourceBlobDigest: sha256:43ddffba137c37d2f64f8db185179a273bcc5ca7242594c932da99d1eb7f3e98
|
||||||
codeSamplesNamespace: code-samples-csharp-plexcsharp
|
codeSamplesNamespace: code-samples-csharp-plexcsharp
|
||||||
codeSamplesRevisionDigest: sha256:0711c7458cb5cacdabcd9e40a1121e20cb5e2d52e796814c15589d2b6d32d9da
|
codeSamplesRevisionDigest: sha256:7ded6433193c6ba017e3716ef54439dc16175b652f8c048dbaef244a52cf1af2
|
||||||
workflow:
|
workflow:
|
||||||
workflowVersion: 1.0.0
|
workflowVersion: 1.0.0
|
||||||
speakeasyVersion: latest
|
speakeasyVersion: latest
|
||||||
|
|||||||
@@ -74,10 +74,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -95,10 +95,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
};
|
};
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -101,10 +101,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -73,10 +73,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -241,10 +241,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -94,10 +94,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<IsPackable>true</IsPackable>
|
<IsPackable>true</IsPackable>
|
||||||
<PackageId>LukeHagar.PlexAPI.SDK</PackageId>
|
<PackageId>LukeHagar.PlexAPI.SDK</PackageId>
|
||||||
<Version>0.8.3</Version>
|
<Version>0.8.4</Version>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<Authors>LukeHagar</Authors>
|
<Authors>LukeHagar</Authors>
|
||||||
<Copyright>Copyright (c) LukeHagar 2024</Copyright>
|
<Copyright>Copyright (c) LukeHagar 2024</Copyright>
|
||||||
|
|||||||
@@ -90,10 +90,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -29,6 +29,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
AdCountdownTimer,
|
AdCountdownTimer,
|
||||||
[JsonProperty("adaptive_bitrate")]
|
[JsonProperty("adaptive_bitrate")]
|
||||||
AdaptiveBitrate,
|
AdaptiveBitrate,
|
||||||
|
[JsonProperty("album-types")]
|
||||||
|
AlbumTypes,
|
||||||
|
[JsonProperty("allow_dvr")]
|
||||||
|
AllowDvr,
|
||||||
[JsonProperty("amazon-loop-debug")]
|
[JsonProperty("amazon-loop-debug")]
|
||||||
AmazonLoopDebug,
|
AmazonLoopDebug,
|
||||||
[JsonProperty("avod-ad-analysis")]
|
[JsonProperty("avod-ad-analysis")]
|
||||||
@@ -37,10 +41,16 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
AvodNewMedia,
|
AvodNewMedia,
|
||||||
[JsonProperty("blacklist_get_signin")]
|
[JsonProperty("blacklist_get_signin")]
|
||||||
BlacklistGetSignin,
|
BlacklistGetSignin,
|
||||||
|
[JsonProperty("boost-voices")]
|
||||||
|
BoostVoices,
|
||||||
|
[JsonProperty("camera_upload")]
|
||||||
|
CameraUpload,
|
||||||
[JsonProperty("client-radio-stations")]
|
[JsonProperty("client-radio-stations")]
|
||||||
ClientRadioStations,
|
ClientRadioStations,
|
||||||
[JsonProperty("cloudflare-turnstile-required")]
|
[JsonProperty("cloudflare-turnstile-required")]
|
||||||
CloudflareTurnstileRequired,
|
CloudflareTurnstileRequired,
|
||||||
|
[JsonProperty("cloudsync")]
|
||||||
|
Cloudsync,
|
||||||
[JsonProperty("collections")]
|
[JsonProperty("collections")]
|
||||||
Collections,
|
Collections,
|
||||||
[JsonProperty("comments_and_replies_push_notifications")]
|
[JsonProperty("comments_and_replies_push_notifications")]
|
||||||
@@ -49,30 +59,50 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
CommunityAccessPlexTv,
|
CommunityAccessPlexTv,
|
||||||
[JsonProperty("companions_sonos")]
|
[JsonProperty("companions_sonos")]
|
||||||
CompanionsSonos,
|
CompanionsSonos,
|
||||||
|
[JsonProperty("content_filter")]
|
||||||
|
ContentFilter,
|
||||||
[JsonProperty("custom-home-removal")]
|
[JsonProperty("custom-home-removal")]
|
||||||
CustomHomeRemoval,
|
CustomHomeRemoval,
|
||||||
[JsonProperty("disable_home_user_friendships")]
|
[JsonProperty("disable_home_user_friendships")]
|
||||||
DisableHomeUserFriendships,
|
DisableHomeUserFriendships,
|
||||||
[JsonProperty("disable_sharing_friendships")]
|
[JsonProperty("disable_sharing_friendships")]
|
||||||
DisableSharingFriendships,
|
DisableSharingFriendships,
|
||||||
|
[JsonProperty("downloads-gating")]
|
||||||
|
DownloadsGating,
|
||||||
[JsonProperty("drm_support")]
|
[JsonProperty("drm_support")]
|
||||||
DrmSupport,
|
DrmSupport,
|
||||||
|
[JsonProperty("dvr")]
|
||||||
|
Dvr,
|
||||||
|
[JsonProperty("dvr-block-unsupported-countries")]
|
||||||
|
DvrBlockUnsupportedCountries,
|
||||||
|
[JsonProperty("epg-recent-channels")]
|
||||||
|
EpgRecentChannels,
|
||||||
[JsonProperty("exclude restrictions")]
|
[JsonProperty("exclude restrictions")]
|
||||||
ExcludeRestrictions,
|
ExcludeRestrictions,
|
||||||
[JsonProperty("federated-auth")]
|
[JsonProperty("federated-auth")]
|
||||||
FederatedAuth,
|
FederatedAuth,
|
||||||
[JsonProperty("friend_request_push_notifications")]
|
[JsonProperty("friend_request_push_notifications")]
|
||||||
FriendRequestPushNotifications,
|
FriendRequestPushNotifications,
|
||||||
|
[JsonProperty("grandfather-sync")]
|
||||||
|
GrandfatherSync,
|
||||||
[JsonProperty("guided-upgrade")]
|
[JsonProperty("guided-upgrade")]
|
||||||
GuidedUpgrade,
|
GuidedUpgrade,
|
||||||
|
[JsonProperty("hardware_transcoding")]
|
||||||
|
HardwareTranscoding,
|
||||||
[JsonProperty("home")]
|
[JsonProperty("home")]
|
||||||
Home,
|
Home,
|
||||||
|
[JsonProperty("hwtranscode")]
|
||||||
|
Hwtranscode,
|
||||||
|
[JsonProperty("imagga-v2")]
|
||||||
|
ImaggaV2,
|
||||||
[JsonProperty("increase-password-complexity")]
|
[JsonProperty("increase-password-complexity")]
|
||||||
IncreasePasswordComplexity,
|
IncreasePasswordComplexity,
|
||||||
[JsonProperty("ios14-privacy-banner")]
|
[JsonProperty("ios14-privacy-banner")]
|
||||||
Ios14PrivacyBanner,
|
Ios14PrivacyBanner,
|
||||||
[JsonProperty("iterable-notification-tokens")]
|
[JsonProperty("iterable-notification-tokens")]
|
||||||
IterableNotificationTokens,
|
IterableNotificationTokens,
|
||||||
|
[JsonProperty("item_clusters")]
|
||||||
|
ItemClusters,
|
||||||
[JsonProperty("keep-payment-method")]
|
[JsonProperty("keep-payment-method")]
|
||||||
KeepPaymentMethod,
|
KeepPaymentMethod,
|
||||||
[JsonProperty("kevin-bacon")]
|
[JsonProperty("kevin-bacon")]
|
||||||
@@ -89,34 +119,68 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
LiveTvSupportIncompleteSegments,
|
LiveTvSupportIncompleteSegments,
|
||||||
[JsonProperty("livetv")]
|
[JsonProperty("livetv")]
|
||||||
Livetv,
|
Livetv,
|
||||||
|
[JsonProperty("lyrics")]
|
||||||
|
Lyrics,
|
||||||
[JsonProperty("metadata_search")]
|
[JsonProperty("metadata_search")]
|
||||||
MetadataSearch,
|
MetadataSearch,
|
||||||
|
[JsonProperty("music-analysis")]
|
||||||
|
MusicAnalysis,
|
||||||
|
[JsonProperty("music_videos")]
|
||||||
|
MusicVideos,
|
||||||
[JsonProperty("new_plex_pass_prices")]
|
[JsonProperty("new_plex_pass_prices")]
|
||||||
NewPlexPassPrices,
|
NewPlexPassPrices,
|
||||||
[JsonProperty("news-provider-sunset-modal")]
|
[JsonProperty("news-provider-sunset-modal")]
|
||||||
NewsProviderSunsetModal,
|
NewsProviderSunsetModal,
|
||||||
|
[JsonProperty("nominatim")]
|
||||||
|
Nominatim,
|
||||||
|
[JsonProperty("pass")]
|
||||||
|
Pass,
|
||||||
[JsonProperty("photos-favorites")]
|
[JsonProperty("photos-favorites")]
|
||||||
PhotosFavorites,
|
PhotosFavorites,
|
||||||
[JsonProperty("photos-metadata-edition")]
|
[JsonProperty("photos-metadata-edition")]
|
||||||
PhotosMetadataEdition,
|
PhotosMetadataEdition,
|
||||||
|
[JsonProperty("photosV6-edit")]
|
||||||
|
PhotosV6Edit,
|
||||||
|
[JsonProperty("photosV6-tv-albums")]
|
||||||
|
PhotosV6TvAlbums,
|
||||||
[JsonProperty("pms_health")]
|
[JsonProperty("pms_health")]
|
||||||
PmsHealth,
|
PmsHealth,
|
||||||
|
[JsonProperty("premium-dashboard")]
|
||||||
|
PremiumDashboard,
|
||||||
|
[JsonProperty("premium_music_metadata")]
|
||||||
|
PremiumMusicMetadata,
|
||||||
[JsonProperty("radio")]
|
[JsonProperty("radio")]
|
||||||
Radio,
|
Radio,
|
||||||
[JsonProperty("rate-limit-client-token")]
|
[JsonProperty("rate-limit-client-token")]
|
||||||
RateLimitClientToken,
|
RateLimitClientToken,
|
||||||
[JsonProperty("scrobbling-service-plex-tv")]
|
[JsonProperty("scrobbling-service-plex-tv")]
|
||||||
ScrobblingServicePlexTv,
|
ScrobblingServicePlexTv,
|
||||||
|
[JsonProperty("session_bandwidth_restrictions")]
|
||||||
|
SessionBandwidthRestrictions,
|
||||||
|
[JsonProperty("session_kick")]
|
||||||
|
SessionKick,
|
||||||
[JsonProperty("shared_server_notification")]
|
[JsonProperty("shared_server_notification")]
|
||||||
SharedServerNotification,
|
SharedServerNotification,
|
||||||
[JsonProperty("shared_source_notification")]
|
[JsonProperty("shared_source_notification")]
|
||||||
SharedSourceNotification,
|
SharedSourceNotification,
|
||||||
|
[JsonProperty("signin_notification")]
|
||||||
|
SigninNotification,
|
||||||
[JsonProperty("signin_with_apple")]
|
[JsonProperty("signin_with_apple")]
|
||||||
SigninWithApple,
|
SigninWithApple,
|
||||||
|
[JsonProperty("silence-removal")]
|
||||||
|
SilenceRemoval,
|
||||||
|
[JsonProperty("sleep-timer")]
|
||||||
|
SleepTimer,
|
||||||
[JsonProperty("spring_serve_ad_provider")]
|
[JsonProperty("spring_serve_ad_provider")]
|
||||||
SpringServeAdProvider,
|
SpringServeAdProvider,
|
||||||
|
[JsonProperty("sync")]
|
||||||
|
Sync,
|
||||||
|
[JsonProperty("sweet-fades")]
|
||||||
|
SweetFades,
|
||||||
[JsonProperty("transcoder_cache")]
|
[JsonProperty("transcoder_cache")]
|
||||||
TranscoderCache,
|
TranscoderCache,
|
||||||
|
[JsonProperty("trailers")]
|
||||||
|
Trailers,
|
||||||
[JsonProperty("tuner-sharing")]
|
[JsonProperty("tuner-sharing")]
|
||||||
TunerSharing,
|
TunerSharing,
|
||||||
[JsonProperty("two-factor-authentication")]
|
[JsonProperty("two-factor-authentication")]
|
||||||
@@ -125,14 +189,22 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
Unsupportedtuners,
|
Unsupportedtuners,
|
||||||
[JsonProperty("upgrade-3ds2")]
|
[JsonProperty("upgrade-3ds2")]
|
||||||
Upgrade3ds2,
|
Upgrade3ds2,
|
||||||
|
[JsonProperty("visualizers")]
|
||||||
|
Visualizers,
|
||||||
[JsonProperty("vod-schema")]
|
[JsonProperty("vod-schema")]
|
||||||
VodSchema,
|
VodSchema,
|
||||||
[JsonProperty("vod_cloudflare")]
|
[JsonProperty("vod_cloudflare")]
|
||||||
VodCloudflare,
|
VodCloudflare,
|
||||||
|
[JsonProperty("volume-leveling")]
|
||||||
|
VolumeLeveling,
|
||||||
[JsonProperty("watch-together-invite")]
|
[JsonProperty("watch-together-invite")]
|
||||||
WatchTogetherInvite,
|
WatchTogetherInvite,
|
||||||
|
[JsonProperty("watchlist-rss")]
|
||||||
|
WatchlistRss,
|
||||||
[JsonProperty("web_server_dashboard")]
|
[JsonProperty("web_server_dashboard")]
|
||||||
WebServerDashboard,
|
WebServerDashboard,
|
||||||
|
[JsonProperty("webhooks")]
|
||||||
|
Webhooks,
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class FeaturesExtension
|
public static class FeaturesExtension
|
||||||
|
|||||||
@@ -37,5 +37,17 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=includeIPv6")]
|
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=includeIPv6")]
|
||||||
public IncludeIPv6? IncludeIPv6 { get; set; } = LukeHagar.PlexAPI.SDK.Models.Requests.IncludeIPv6.Disable;
|
public IncludeIPv6? IncludeIPv6 { get; set; } = LukeHagar.PlexAPI.SDK.Models.Requests.IncludeIPv6.Disable;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The unique identifier for the client application<br/>
|
||||||
|
///
|
||||||
|
/// <remarks>
|
||||||
|
/// This is used to track the client application and its usage<br/>
|
||||||
|
/// (UUID, serial number, or other number unique per device)<br/>
|
||||||
|
///
|
||||||
|
/// </remarks>
|
||||||
|
/// </summary>
|
||||||
|
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=X-Plex-Client-Identifier")]
|
||||||
|
public string? ClientID { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -29,6 +29,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
AdCountdownTimer,
|
AdCountdownTimer,
|
||||||
[JsonProperty("adaptive_bitrate")]
|
[JsonProperty("adaptive_bitrate")]
|
||||||
AdaptiveBitrate,
|
AdaptiveBitrate,
|
||||||
|
[JsonProperty("album-types")]
|
||||||
|
AlbumTypes,
|
||||||
|
[JsonProperty("allow_dvr")]
|
||||||
|
AllowDvr,
|
||||||
[JsonProperty("amazon-loop-debug")]
|
[JsonProperty("amazon-loop-debug")]
|
||||||
AmazonLoopDebug,
|
AmazonLoopDebug,
|
||||||
[JsonProperty("avod-ad-analysis")]
|
[JsonProperty("avod-ad-analysis")]
|
||||||
@@ -37,10 +41,16 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
AvodNewMedia,
|
AvodNewMedia,
|
||||||
[JsonProperty("blacklist_get_signin")]
|
[JsonProperty("blacklist_get_signin")]
|
||||||
BlacklistGetSignin,
|
BlacklistGetSignin,
|
||||||
|
[JsonProperty("boost-voices")]
|
||||||
|
BoostVoices,
|
||||||
|
[JsonProperty("camera_upload")]
|
||||||
|
CameraUpload,
|
||||||
[JsonProperty("client-radio-stations")]
|
[JsonProperty("client-radio-stations")]
|
||||||
ClientRadioStations,
|
ClientRadioStations,
|
||||||
[JsonProperty("cloudflare-turnstile-required")]
|
[JsonProperty("cloudflare-turnstile-required")]
|
||||||
CloudflareTurnstileRequired,
|
CloudflareTurnstileRequired,
|
||||||
|
[JsonProperty("cloudsync")]
|
||||||
|
Cloudsync,
|
||||||
[JsonProperty("collections")]
|
[JsonProperty("collections")]
|
||||||
Collections,
|
Collections,
|
||||||
[JsonProperty("comments_and_replies_push_notifications")]
|
[JsonProperty("comments_and_replies_push_notifications")]
|
||||||
@@ -49,30 +59,50 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
CommunityAccessPlexTv,
|
CommunityAccessPlexTv,
|
||||||
[JsonProperty("companions_sonos")]
|
[JsonProperty("companions_sonos")]
|
||||||
CompanionsSonos,
|
CompanionsSonos,
|
||||||
|
[JsonProperty("content_filter")]
|
||||||
|
ContentFilter,
|
||||||
[JsonProperty("custom-home-removal")]
|
[JsonProperty("custom-home-removal")]
|
||||||
CustomHomeRemoval,
|
CustomHomeRemoval,
|
||||||
[JsonProperty("disable_home_user_friendships")]
|
[JsonProperty("disable_home_user_friendships")]
|
||||||
DisableHomeUserFriendships,
|
DisableHomeUserFriendships,
|
||||||
[JsonProperty("disable_sharing_friendships")]
|
[JsonProperty("disable_sharing_friendships")]
|
||||||
DisableSharingFriendships,
|
DisableSharingFriendships,
|
||||||
|
[JsonProperty("downloads-gating")]
|
||||||
|
DownloadsGating,
|
||||||
[JsonProperty("drm_support")]
|
[JsonProperty("drm_support")]
|
||||||
DrmSupport,
|
DrmSupport,
|
||||||
|
[JsonProperty("dvr")]
|
||||||
|
Dvr,
|
||||||
|
[JsonProperty("dvr-block-unsupported-countries")]
|
||||||
|
DvrBlockUnsupportedCountries,
|
||||||
|
[JsonProperty("epg-recent-channels")]
|
||||||
|
EpgRecentChannels,
|
||||||
[JsonProperty("exclude restrictions")]
|
[JsonProperty("exclude restrictions")]
|
||||||
ExcludeRestrictions,
|
ExcludeRestrictions,
|
||||||
[JsonProperty("federated-auth")]
|
[JsonProperty("federated-auth")]
|
||||||
FederatedAuth,
|
FederatedAuth,
|
||||||
[JsonProperty("friend_request_push_notifications")]
|
[JsonProperty("friend_request_push_notifications")]
|
||||||
FriendRequestPushNotifications,
|
FriendRequestPushNotifications,
|
||||||
|
[JsonProperty("grandfather-sync")]
|
||||||
|
GrandfatherSync,
|
||||||
[JsonProperty("guided-upgrade")]
|
[JsonProperty("guided-upgrade")]
|
||||||
GuidedUpgrade,
|
GuidedUpgrade,
|
||||||
|
[JsonProperty("hardware_transcoding")]
|
||||||
|
HardwareTranscoding,
|
||||||
[JsonProperty("home")]
|
[JsonProperty("home")]
|
||||||
Home,
|
Home,
|
||||||
|
[JsonProperty("hwtranscode")]
|
||||||
|
Hwtranscode,
|
||||||
|
[JsonProperty("imagga-v2")]
|
||||||
|
ImaggaV2,
|
||||||
[JsonProperty("increase-password-complexity")]
|
[JsonProperty("increase-password-complexity")]
|
||||||
IncreasePasswordComplexity,
|
IncreasePasswordComplexity,
|
||||||
[JsonProperty("ios14-privacy-banner")]
|
[JsonProperty("ios14-privacy-banner")]
|
||||||
Ios14PrivacyBanner,
|
Ios14PrivacyBanner,
|
||||||
[JsonProperty("iterable-notification-tokens")]
|
[JsonProperty("iterable-notification-tokens")]
|
||||||
IterableNotificationTokens,
|
IterableNotificationTokens,
|
||||||
|
[JsonProperty("item_clusters")]
|
||||||
|
ItemClusters,
|
||||||
[JsonProperty("keep-payment-method")]
|
[JsonProperty("keep-payment-method")]
|
||||||
KeepPaymentMethod,
|
KeepPaymentMethod,
|
||||||
[JsonProperty("kevin-bacon")]
|
[JsonProperty("kevin-bacon")]
|
||||||
@@ -89,34 +119,68 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
LiveTvSupportIncompleteSegments,
|
LiveTvSupportIncompleteSegments,
|
||||||
[JsonProperty("livetv")]
|
[JsonProperty("livetv")]
|
||||||
Livetv,
|
Livetv,
|
||||||
|
[JsonProperty("lyrics")]
|
||||||
|
Lyrics,
|
||||||
[JsonProperty("metadata_search")]
|
[JsonProperty("metadata_search")]
|
||||||
MetadataSearch,
|
MetadataSearch,
|
||||||
|
[JsonProperty("music-analysis")]
|
||||||
|
MusicAnalysis,
|
||||||
|
[JsonProperty("music_videos")]
|
||||||
|
MusicVideos,
|
||||||
[JsonProperty("new_plex_pass_prices")]
|
[JsonProperty("new_plex_pass_prices")]
|
||||||
NewPlexPassPrices,
|
NewPlexPassPrices,
|
||||||
[JsonProperty("news-provider-sunset-modal")]
|
[JsonProperty("news-provider-sunset-modal")]
|
||||||
NewsProviderSunsetModal,
|
NewsProviderSunsetModal,
|
||||||
|
[JsonProperty("nominatim")]
|
||||||
|
Nominatim,
|
||||||
|
[JsonProperty("pass")]
|
||||||
|
Pass,
|
||||||
[JsonProperty("photos-favorites")]
|
[JsonProperty("photos-favorites")]
|
||||||
PhotosFavorites,
|
PhotosFavorites,
|
||||||
[JsonProperty("photos-metadata-edition")]
|
[JsonProperty("photos-metadata-edition")]
|
||||||
PhotosMetadataEdition,
|
PhotosMetadataEdition,
|
||||||
|
[JsonProperty("photosV6-edit")]
|
||||||
|
PhotosV6Edit,
|
||||||
|
[JsonProperty("photosV6-tv-albums")]
|
||||||
|
PhotosV6TvAlbums,
|
||||||
[JsonProperty("pms_health")]
|
[JsonProperty("pms_health")]
|
||||||
PmsHealth,
|
PmsHealth,
|
||||||
|
[JsonProperty("premium-dashboard")]
|
||||||
|
PremiumDashboard,
|
||||||
|
[JsonProperty("premium_music_metadata")]
|
||||||
|
PremiumMusicMetadata,
|
||||||
[JsonProperty("radio")]
|
[JsonProperty("radio")]
|
||||||
Radio,
|
Radio,
|
||||||
[JsonProperty("rate-limit-client-token")]
|
[JsonProperty("rate-limit-client-token")]
|
||||||
RateLimitClientToken,
|
RateLimitClientToken,
|
||||||
[JsonProperty("scrobbling-service-plex-tv")]
|
[JsonProperty("scrobbling-service-plex-tv")]
|
||||||
ScrobblingServicePlexTv,
|
ScrobblingServicePlexTv,
|
||||||
|
[JsonProperty("session_bandwidth_restrictions")]
|
||||||
|
SessionBandwidthRestrictions,
|
||||||
|
[JsonProperty("session_kick")]
|
||||||
|
SessionKick,
|
||||||
[JsonProperty("shared_server_notification")]
|
[JsonProperty("shared_server_notification")]
|
||||||
SharedServerNotification,
|
SharedServerNotification,
|
||||||
[JsonProperty("shared_source_notification")]
|
[JsonProperty("shared_source_notification")]
|
||||||
SharedSourceNotification,
|
SharedSourceNotification,
|
||||||
|
[JsonProperty("signin_notification")]
|
||||||
|
SigninNotification,
|
||||||
[JsonProperty("signin_with_apple")]
|
[JsonProperty("signin_with_apple")]
|
||||||
SigninWithApple,
|
SigninWithApple,
|
||||||
|
[JsonProperty("silence-removal")]
|
||||||
|
SilenceRemoval,
|
||||||
|
[JsonProperty("sleep-timer")]
|
||||||
|
SleepTimer,
|
||||||
[JsonProperty("spring_serve_ad_provider")]
|
[JsonProperty("spring_serve_ad_provider")]
|
||||||
SpringServeAdProvider,
|
SpringServeAdProvider,
|
||||||
|
[JsonProperty("sync")]
|
||||||
|
Sync,
|
||||||
|
[JsonProperty("sweet-fades")]
|
||||||
|
SweetFades,
|
||||||
[JsonProperty("transcoder_cache")]
|
[JsonProperty("transcoder_cache")]
|
||||||
TranscoderCache,
|
TranscoderCache,
|
||||||
|
[JsonProperty("trailers")]
|
||||||
|
Trailers,
|
||||||
[JsonProperty("tuner-sharing")]
|
[JsonProperty("tuner-sharing")]
|
||||||
TunerSharing,
|
TunerSharing,
|
||||||
[JsonProperty("two-factor-authentication")]
|
[JsonProperty("two-factor-authentication")]
|
||||||
@@ -125,14 +189,22 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
Unsupportedtuners,
|
Unsupportedtuners,
|
||||||
[JsonProperty("upgrade-3ds2")]
|
[JsonProperty("upgrade-3ds2")]
|
||||||
Upgrade3ds2,
|
Upgrade3ds2,
|
||||||
|
[JsonProperty("visualizers")]
|
||||||
|
Visualizers,
|
||||||
[JsonProperty("vod-schema")]
|
[JsonProperty("vod-schema")]
|
||||||
VodSchema,
|
VodSchema,
|
||||||
[JsonProperty("vod_cloudflare")]
|
[JsonProperty("vod_cloudflare")]
|
||||||
VodCloudflare,
|
VodCloudflare,
|
||||||
|
[JsonProperty("volume-leveling")]
|
||||||
|
VolumeLeveling,
|
||||||
[JsonProperty("watch-together-invite")]
|
[JsonProperty("watch-together-invite")]
|
||||||
WatchTogetherInvite,
|
WatchTogetherInvite,
|
||||||
|
[JsonProperty("watchlist-rss")]
|
||||||
|
WatchlistRss,
|
||||||
[JsonProperty("web_server_dashboard")]
|
[JsonProperty("web_server_dashboard")]
|
||||||
WebServerDashboard,
|
WebServerDashboard,
|
||||||
|
[JsonProperty("webhooks")]
|
||||||
|
Webhooks,
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class GetTokenDetailsFeaturesExtension
|
public static class GetTokenDetailsFeaturesExtension
|
||||||
|
|||||||
@@ -29,6 +29,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
AdCountdownTimer,
|
AdCountdownTimer,
|
||||||
[JsonProperty("adaptive_bitrate")]
|
[JsonProperty("adaptive_bitrate")]
|
||||||
AdaptiveBitrate,
|
AdaptiveBitrate,
|
||||||
|
[JsonProperty("album-types")]
|
||||||
|
AlbumTypes,
|
||||||
|
[JsonProperty("allow_dvr")]
|
||||||
|
AllowDvr,
|
||||||
[JsonProperty("amazon-loop-debug")]
|
[JsonProperty("amazon-loop-debug")]
|
||||||
AmazonLoopDebug,
|
AmazonLoopDebug,
|
||||||
[JsonProperty("avod-ad-analysis")]
|
[JsonProperty("avod-ad-analysis")]
|
||||||
@@ -37,10 +41,16 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
AvodNewMedia,
|
AvodNewMedia,
|
||||||
[JsonProperty("blacklist_get_signin")]
|
[JsonProperty("blacklist_get_signin")]
|
||||||
BlacklistGetSignin,
|
BlacklistGetSignin,
|
||||||
|
[JsonProperty("boost-voices")]
|
||||||
|
BoostVoices,
|
||||||
|
[JsonProperty("camera_upload")]
|
||||||
|
CameraUpload,
|
||||||
[JsonProperty("client-radio-stations")]
|
[JsonProperty("client-radio-stations")]
|
||||||
ClientRadioStations,
|
ClientRadioStations,
|
||||||
[JsonProperty("cloudflare-turnstile-required")]
|
[JsonProperty("cloudflare-turnstile-required")]
|
||||||
CloudflareTurnstileRequired,
|
CloudflareTurnstileRequired,
|
||||||
|
[JsonProperty("cloudsync")]
|
||||||
|
Cloudsync,
|
||||||
[JsonProperty("collections")]
|
[JsonProperty("collections")]
|
||||||
Collections,
|
Collections,
|
||||||
[JsonProperty("comments_and_replies_push_notifications")]
|
[JsonProperty("comments_and_replies_push_notifications")]
|
||||||
@@ -49,30 +59,50 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
CommunityAccessPlexTv,
|
CommunityAccessPlexTv,
|
||||||
[JsonProperty("companions_sonos")]
|
[JsonProperty("companions_sonos")]
|
||||||
CompanionsSonos,
|
CompanionsSonos,
|
||||||
|
[JsonProperty("content_filter")]
|
||||||
|
ContentFilter,
|
||||||
[JsonProperty("custom-home-removal")]
|
[JsonProperty("custom-home-removal")]
|
||||||
CustomHomeRemoval,
|
CustomHomeRemoval,
|
||||||
[JsonProperty("disable_home_user_friendships")]
|
[JsonProperty("disable_home_user_friendships")]
|
||||||
DisableHomeUserFriendships,
|
DisableHomeUserFriendships,
|
||||||
[JsonProperty("disable_sharing_friendships")]
|
[JsonProperty("disable_sharing_friendships")]
|
||||||
DisableSharingFriendships,
|
DisableSharingFriendships,
|
||||||
|
[JsonProperty("downloads-gating")]
|
||||||
|
DownloadsGating,
|
||||||
[JsonProperty("drm_support")]
|
[JsonProperty("drm_support")]
|
||||||
DrmSupport,
|
DrmSupport,
|
||||||
|
[JsonProperty("dvr")]
|
||||||
|
Dvr,
|
||||||
|
[JsonProperty("dvr-block-unsupported-countries")]
|
||||||
|
DvrBlockUnsupportedCountries,
|
||||||
|
[JsonProperty("epg-recent-channels")]
|
||||||
|
EpgRecentChannels,
|
||||||
[JsonProperty("exclude restrictions")]
|
[JsonProperty("exclude restrictions")]
|
||||||
ExcludeRestrictions,
|
ExcludeRestrictions,
|
||||||
[JsonProperty("federated-auth")]
|
[JsonProperty("federated-auth")]
|
||||||
FederatedAuth,
|
FederatedAuth,
|
||||||
[JsonProperty("friend_request_push_notifications")]
|
[JsonProperty("friend_request_push_notifications")]
|
||||||
FriendRequestPushNotifications,
|
FriendRequestPushNotifications,
|
||||||
|
[JsonProperty("grandfather-sync")]
|
||||||
|
GrandfatherSync,
|
||||||
[JsonProperty("guided-upgrade")]
|
[JsonProperty("guided-upgrade")]
|
||||||
GuidedUpgrade,
|
GuidedUpgrade,
|
||||||
|
[JsonProperty("hardware_transcoding")]
|
||||||
|
HardwareTranscoding,
|
||||||
[JsonProperty("home")]
|
[JsonProperty("home")]
|
||||||
Home,
|
Home,
|
||||||
|
[JsonProperty("hwtranscode")]
|
||||||
|
Hwtranscode,
|
||||||
|
[JsonProperty("imagga-v2")]
|
||||||
|
ImaggaV2,
|
||||||
[JsonProperty("increase-password-complexity")]
|
[JsonProperty("increase-password-complexity")]
|
||||||
IncreasePasswordComplexity,
|
IncreasePasswordComplexity,
|
||||||
[JsonProperty("ios14-privacy-banner")]
|
[JsonProperty("ios14-privacy-banner")]
|
||||||
Ios14PrivacyBanner,
|
Ios14PrivacyBanner,
|
||||||
[JsonProperty("iterable-notification-tokens")]
|
[JsonProperty("iterable-notification-tokens")]
|
||||||
IterableNotificationTokens,
|
IterableNotificationTokens,
|
||||||
|
[JsonProperty("item_clusters")]
|
||||||
|
ItemClusters,
|
||||||
[JsonProperty("keep-payment-method")]
|
[JsonProperty("keep-payment-method")]
|
||||||
KeepPaymentMethod,
|
KeepPaymentMethod,
|
||||||
[JsonProperty("kevin-bacon")]
|
[JsonProperty("kevin-bacon")]
|
||||||
@@ -89,34 +119,68 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
LiveTvSupportIncompleteSegments,
|
LiveTvSupportIncompleteSegments,
|
||||||
[JsonProperty("livetv")]
|
[JsonProperty("livetv")]
|
||||||
Livetv,
|
Livetv,
|
||||||
|
[JsonProperty("lyrics")]
|
||||||
|
Lyrics,
|
||||||
[JsonProperty("metadata_search")]
|
[JsonProperty("metadata_search")]
|
||||||
MetadataSearch,
|
MetadataSearch,
|
||||||
|
[JsonProperty("music-analysis")]
|
||||||
|
MusicAnalysis,
|
||||||
|
[JsonProperty("music_videos")]
|
||||||
|
MusicVideos,
|
||||||
[JsonProperty("new_plex_pass_prices")]
|
[JsonProperty("new_plex_pass_prices")]
|
||||||
NewPlexPassPrices,
|
NewPlexPassPrices,
|
||||||
[JsonProperty("news-provider-sunset-modal")]
|
[JsonProperty("news-provider-sunset-modal")]
|
||||||
NewsProviderSunsetModal,
|
NewsProviderSunsetModal,
|
||||||
|
[JsonProperty("nominatim")]
|
||||||
|
Nominatim,
|
||||||
|
[JsonProperty("pass")]
|
||||||
|
Pass,
|
||||||
[JsonProperty("photos-favorites")]
|
[JsonProperty("photos-favorites")]
|
||||||
PhotosFavorites,
|
PhotosFavorites,
|
||||||
[JsonProperty("photos-metadata-edition")]
|
[JsonProperty("photos-metadata-edition")]
|
||||||
PhotosMetadataEdition,
|
PhotosMetadataEdition,
|
||||||
|
[JsonProperty("photosV6-edit")]
|
||||||
|
PhotosV6Edit,
|
||||||
|
[JsonProperty("photosV6-tv-albums")]
|
||||||
|
PhotosV6TvAlbums,
|
||||||
[JsonProperty("pms_health")]
|
[JsonProperty("pms_health")]
|
||||||
PmsHealth,
|
PmsHealth,
|
||||||
|
[JsonProperty("premium-dashboard")]
|
||||||
|
PremiumDashboard,
|
||||||
|
[JsonProperty("premium_music_metadata")]
|
||||||
|
PremiumMusicMetadata,
|
||||||
[JsonProperty("radio")]
|
[JsonProperty("radio")]
|
||||||
Radio,
|
Radio,
|
||||||
[JsonProperty("rate-limit-client-token")]
|
[JsonProperty("rate-limit-client-token")]
|
||||||
RateLimitClientToken,
|
RateLimitClientToken,
|
||||||
[JsonProperty("scrobbling-service-plex-tv")]
|
[JsonProperty("scrobbling-service-plex-tv")]
|
||||||
ScrobblingServicePlexTv,
|
ScrobblingServicePlexTv,
|
||||||
|
[JsonProperty("session_bandwidth_restrictions")]
|
||||||
|
SessionBandwidthRestrictions,
|
||||||
|
[JsonProperty("session_kick")]
|
||||||
|
SessionKick,
|
||||||
[JsonProperty("shared_server_notification")]
|
[JsonProperty("shared_server_notification")]
|
||||||
SharedServerNotification,
|
SharedServerNotification,
|
||||||
[JsonProperty("shared_source_notification")]
|
[JsonProperty("shared_source_notification")]
|
||||||
SharedSourceNotification,
|
SharedSourceNotification,
|
||||||
|
[JsonProperty("signin_notification")]
|
||||||
|
SigninNotification,
|
||||||
[JsonProperty("signin_with_apple")]
|
[JsonProperty("signin_with_apple")]
|
||||||
SigninWithApple,
|
SigninWithApple,
|
||||||
|
[JsonProperty("silence-removal")]
|
||||||
|
SilenceRemoval,
|
||||||
|
[JsonProperty("sleep-timer")]
|
||||||
|
SleepTimer,
|
||||||
[JsonProperty("spring_serve_ad_provider")]
|
[JsonProperty("spring_serve_ad_provider")]
|
||||||
SpringServeAdProvider,
|
SpringServeAdProvider,
|
||||||
|
[JsonProperty("sync")]
|
||||||
|
Sync,
|
||||||
|
[JsonProperty("sweet-fades")]
|
||||||
|
SweetFades,
|
||||||
[JsonProperty("transcoder_cache")]
|
[JsonProperty("transcoder_cache")]
|
||||||
TranscoderCache,
|
TranscoderCache,
|
||||||
|
[JsonProperty("trailers")]
|
||||||
|
Trailers,
|
||||||
[JsonProperty("tuner-sharing")]
|
[JsonProperty("tuner-sharing")]
|
||||||
TunerSharing,
|
TunerSharing,
|
||||||
[JsonProperty("two-factor-authentication")]
|
[JsonProperty("two-factor-authentication")]
|
||||||
@@ -125,14 +189,22 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
Unsupportedtuners,
|
Unsupportedtuners,
|
||||||
[JsonProperty("upgrade-3ds2")]
|
[JsonProperty("upgrade-3ds2")]
|
||||||
Upgrade3ds2,
|
Upgrade3ds2,
|
||||||
|
[JsonProperty("visualizers")]
|
||||||
|
Visualizers,
|
||||||
[JsonProperty("vod-schema")]
|
[JsonProperty("vod-schema")]
|
||||||
VodSchema,
|
VodSchema,
|
||||||
[JsonProperty("vod_cloudflare")]
|
[JsonProperty("vod_cloudflare")]
|
||||||
VodCloudflare,
|
VodCloudflare,
|
||||||
|
[JsonProperty("volume-leveling")]
|
||||||
|
VolumeLeveling,
|
||||||
[JsonProperty("watch-together-invite")]
|
[JsonProperty("watch-together-invite")]
|
||||||
WatchTogetherInvite,
|
WatchTogetherInvite,
|
||||||
|
[JsonProperty("watchlist-rss")]
|
||||||
|
WatchlistRss,
|
||||||
[JsonProperty("web_server_dashboard")]
|
[JsonProperty("web_server_dashboard")]
|
||||||
WebServerDashboard,
|
WebServerDashboard,
|
||||||
|
[JsonProperty("webhooks")]
|
||||||
|
Webhooks,
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class PostUsersSignInDataAuthenticationFeaturesExtension
|
public static class PostUsersSignInDataAuthenticationFeaturesExtension
|
||||||
|
|||||||
@@ -29,6 +29,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
AdCountdownTimer,
|
AdCountdownTimer,
|
||||||
[JsonProperty("adaptive_bitrate")]
|
[JsonProperty("adaptive_bitrate")]
|
||||||
AdaptiveBitrate,
|
AdaptiveBitrate,
|
||||||
|
[JsonProperty("album-types")]
|
||||||
|
AlbumTypes,
|
||||||
|
[JsonProperty("allow_dvr")]
|
||||||
|
AllowDvr,
|
||||||
[JsonProperty("amazon-loop-debug")]
|
[JsonProperty("amazon-loop-debug")]
|
||||||
AmazonLoopDebug,
|
AmazonLoopDebug,
|
||||||
[JsonProperty("avod-ad-analysis")]
|
[JsonProperty("avod-ad-analysis")]
|
||||||
@@ -37,10 +41,16 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
AvodNewMedia,
|
AvodNewMedia,
|
||||||
[JsonProperty("blacklist_get_signin")]
|
[JsonProperty("blacklist_get_signin")]
|
||||||
BlacklistGetSignin,
|
BlacklistGetSignin,
|
||||||
|
[JsonProperty("boost-voices")]
|
||||||
|
BoostVoices,
|
||||||
|
[JsonProperty("camera_upload")]
|
||||||
|
CameraUpload,
|
||||||
[JsonProperty("client-radio-stations")]
|
[JsonProperty("client-radio-stations")]
|
||||||
ClientRadioStations,
|
ClientRadioStations,
|
||||||
[JsonProperty("cloudflare-turnstile-required")]
|
[JsonProperty("cloudflare-turnstile-required")]
|
||||||
CloudflareTurnstileRequired,
|
CloudflareTurnstileRequired,
|
||||||
|
[JsonProperty("cloudsync")]
|
||||||
|
Cloudsync,
|
||||||
[JsonProperty("collections")]
|
[JsonProperty("collections")]
|
||||||
Collections,
|
Collections,
|
||||||
[JsonProperty("comments_and_replies_push_notifications")]
|
[JsonProperty("comments_and_replies_push_notifications")]
|
||||||
@@ -49,30 +59,50 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
CommunityAccessPlexTv,
|
CommunityAccessPlexTv,
|
||||||
[JsonProperty("companions_sonos")]
|
[JsonProperty("companions_sonos")]
|
||||||
CompanionsSonos,
|
CompanionsSonos,
|
||||||
|
[JsonProperty("content_filter")]
|
||||||
|
ContentFilter,
|
||||||
[JsonProperty("custom-home-removal")]
|
[JsonProperty("custom-home-removal")]
|
||||||
CustomHomeRemoval,
|
CustomHomeRemoval,
|
||||||
[JsonProperty("disable_home_user_friendships")]
|
[JsonProperty("disable_home_user_friendships")]
|
||||||
DisableHomeUserFriendships,
|
DisableHomeUserFriendships,
|
||||||
[JsonProperty("disable_sharing_friendships")]
|
[JsonProperty("disable_sharing_friendships")]
|
||||||
DisableSharingFriendships,
|
DisableSharingFriendships,
|
||||||
|
[JsonProperty("downloads-gating")]
|
||||||
|
DownloadsGating,
|
||||||
[JsonProperty("drm_support")]
|
[JsonProperty("drm_support")]
|
||||||
DrmSupport,
|
DrmSupport,
|
||||||
|
[JsonProperty("dvr")]
|
||||||
|
Dvr,
|
||||||
|
[JsonProperty("dvr-block-unsupported-countries")]
|
||||||
|
DvrBlockUnsupportedCountries,
|
||||||
|
[JsonProperty("epg-recent-channels")]
|
||||||
|
EpgRecentChannels,
|
||||||
[JsonProperty("exclude restrictions")]
|
[JsonProperty("exclude restrictions")]
|
||||||
ExcludeRestrictions,
|
ExcludeRestrictions,
|
||||||
[JsonProperty("federated-auth")]
|
[JsonProperty("federated-auth")]
|
||||||
FederatedAuth,
|
FederatedAuth,
|
||||||
[JsonProperty("friend_request_push_notifications")]
|
[JsonProperty("friend_request_push_notifications")]
|
||||||
FriendRequestPushNotifications,
|
FriendRequestPushNotifications,
|
||||||
|
[JsonProperty("grandfather-sync")]
|
||||||
|
GrandfatherSync,
|
||||||
[JsonProperty("guided-upgrade")]
|
[JsonProperty("guided-upgrade")]
|
||||||
GuidedUpgrade,
|
GuidedUpgrade,
|
||||||
|
[JsonProperty("hardware_transcoding")]
|
||||||
|
HardwareTranscoding,
|
||||||
[JsonProperty("home")]
|
[JsonProperty("home")]
|
||||||
Home,
|
Home,
|
||||||
|
[JsonProperty("hwtranscode")]
|
||||||
|
Hwtranscode,
|
||||||
|
[JsonProperty("imagga-v2")]
|
||||||
|
ImaggaV2,
|
||||||
[JsonProperty("increase-password-complexity")]
|
[JsonProperty("increase-password-complexity")]
|
||||||
IncreasePasswordComplexity,
|
IncreasePasswordComplexity,
|
||||||
[JsonProperty("ios14-privacy-banner")]
|
[JsonProperty("ios14-privacy-banner")]
|
||||||
Ios14PrivacyBanner,
|
Ios14PrivacyBanner,
|
||||||
[JsonProperty("iterable-notification-tokens")]
|
[JsonProperty("iterable-notification-tokens")]
|
||||||
IterableNotificationTokens,
|
IterableNotificationTokens,
|
||||||
|
[JsonProperty("item_clusters")]
|
||||||
|
ItemClusters,
|
||||||
[JsonProperty("keep-payment-method")]
|
[JsonProperty("keep-payment-method")]
|
||||||
KeepPaymentMethod,
|
KeepPaymentMethod,
|
||||||
[JsonProperty("kevin-bacon")]
|
[JsonProperty("kevin-bacon")]
|
||||||
@@ -89,34 +119,68 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
LiveTvSupportIncompleteSegments,
|
LiveTvSupportIncompleteSegments,
|
||||||
[JsonProperty("livetv")]
|
[JsonProperty("livetv")]
|
||||||
Livetv,
|
Livetv,
|
||||||
|
[JsonProperty("lyrics")]
|
||||||
|
Lyrics,
|
||||||
[JsonProperty("metadata_search")]
|
[JsonProperty("metadata_search")]
|
||||||
MetadataSearch,
|
MetadataSearch,
|
||||||
|
[JsonProperty("music-analysis")]
|
||||||
|
MusicAnalysis,
|
||||||
|
[JsonProperty("music_videos")]
|
||||||
|
MusicVideos,
|
||||||
[JsonProperty("new_plex_pass_prices")]
|
[JsonProperty("new_plex_pass_prices")]
|
||||||
NewPlexPassPrices,
|
NewPlexPassPrices,
|
||||||
[JsonProperty("news-provider-sunset-modal")]
|
[JsonProperty("news-provider-sunset-modal")]
|
||||||
NewsProviderSunsetModal,
|
NewsProviderSunsetModal,
|
||||||
|
[JsonProperty("nominatim")]
|
||||||
|
Nominatim,
|
||||||
|
[JsonProperty("pass")]
|
||||||
|
Pass,
|
||||||
[JsonProperty("photos-favorites")]
|
[JsonProperty("photos-favorites")]
|
||||||
PhotosFavorites,
|
PhotosFavorites,
|
||||||
[JsonProperty("photos-metadata-edition")]
|
[JsonProperty("photos-metadata-edition")]
|
||||||
PhotosMetadataEdition,
|
PhotosMetadataEdition,
|
||||||
|
[JsonProperty("photosV6-edit")]
|
||||||
|
PhotosV6Edit,
|
||||||
|
[JsonProperty("photosV6-tv-albums")]
|
||||||
|
PhotosV6TvAlbums,
|
||||||
[JsonProperty("pms_health")]
|
[JsonProperty("pms_health")]
|
||||||
PmsHealth,
|
PmsHealth,
|
||||||
|
[JsonProperty("premium-dashboard")]
|
||||||
|
PremiumDashboard,
|
||||||
|
[JsonProperty("premium_music_metadata")]
|
||||||
|
PremiumMusicMetadata,
|
||||||
[JsonProperty("radio")]
|
[JsonProperty("radio")]
|
||||||
Radio,
|
Radio,
|
||||||
[JsonProperty("rate-limit-client-token")]
|
[JsonProperty("rate-limit-client-token")]
|
||||||
RateLimitClientToken,
|
RateLimitClientToken,
|
||||||
[JsonProperty("scrobbling-service-plex-tv")]
|
[JsonProperty("scrobbling-service-plex-tv")]
|
||||||
ScrobblingServicePlexTv,
|
ScrobblingServicePlexTv,
|
||||||
|
[JsonProperty("session_bandwidth_restrictions")]
|
||||||
|
SessionBandwidthRestrictions,
|
||||||
|
[JsonProperty("session_kick")]
|
||||||
|
SessionKick,
|
||||||
[JsonProperty("shared_server_notification")]
|
[JsonProperty("shared_server_notification")]
|
||||||
SharedServerNotification,
|
SharedServerNotification,
|
||||||
[JsonProperty("shared_source_notification")]
|
[JsonProperty("shared_source_notification")]
|
||||||
SharedSourceNotification,
|
SharedSourceNotification,
|
||||||
|
[JsonProperty("signin_notification")]
|
||||||
|
SigninNotification,
|
||||||
[JsonProperty("signin_with_apple")]
|
[JsonProperty("signin_with_apple")]
|
||||||
SigninWithApple,
|
SigninWithApple,
|
||||||
|
[JsonProperty("silence-removal")]
|
||||||
|
SilenceRemoval,
|
||||||
|
[JsonProperty("sleep-timer")]
|
||||||
|
SleepTimer,
|
||||||
[JsonProperty("spring_serve_ad_provider")]
|
[JsonProperty("spring_serve_ad_provider")]
|
||||||
SpringServeAdProvider,
|
SpringServeAdProvider,
|
||||||
|
[JsonProperty("sync")]
|
||||||
|
Sync,
|
||||||
|
[JsonProperty("sweet-fades")]
|
||||||
|
SweetFades,
|
||||||
[JsonProperty("transcoder_cache")]
|
[JsonProperty("transcoder_cache")]
|
||||||
TranscoderCache,
|
TranscoderCache,
|
||||||
|
[JsonProperty("trailers")]
|
||||||
|
Trailers,
|
||||||
[JsonProperty("tuner-sharing")]
|
[JsonProperty("tuner-sharing")]
|
||||||
TunerSharing,
|
TunerSharing,
|
||||||
[JsonProperty("two-factor-authentication")]
|
[JsonProperty("two-factor-authentication")]
|
||||||
@@ -125,14 +189,22 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
|||||||
Unsupportedtuners,
|
Unsupportedtuners,
|
||||||
[JsonProperty("upgrade-3ds2")]
|
[JsonProperty("upgrade-3ds2")]
|
||||||
Upgrade3ds2,
|
Upgrade3ds2,
|
||||||
|
[JsonProperty("visualizers")]
|
||||||
|
Visualizers,
|
||||||
[JsonProperty("vod-schema")]
|
[JsonProperty("vod-schema")]
|
||||||
VodSchema,
|
VodSchema,
|
||||||
[JsonProperty("vod_cloudflare")]
|
[JsonProperty("vod_cloudflare")]
|
||||||
VodCloudflare,
|
VodCloudflare,
|
||||||
|
[JsonProperty("volume-leveling")]
|
||||||
|
VolumeLeveling,
|
||||||
[JsonProperty("watch-together-invite")]
|
[JsonProperty("watch-together-invite")]
|
||||||
WatchTogetherInvite,
|
WatchTogetherInvite,
|
||||||
|
[JsonProperty("watchlist-rss")]
|
||||||
|
WatchlistRss,
|
||||||
[JsonProperty("web_server_dashboard")]
|
[JsonProperty("web_server_dashboard")]
|
||||||
WebServerDashboard,
|
WebServerDashboard,
|
||||||
|
[JsonProperty("webhooks")]
|
||||||
|
Webhooks,
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class PostUsersSignInDataFeaturesExtension
|
public static class PostUsersSignInDataFeaturesExtension
|
||||||
|
|||||||
@@ -146,10 +146,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
/// Get Plex server access tokens and server connections
|
/// Get Plex server access tokens and server connections
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Task<GetServerResourcesResponse> GetServerResourcesAsync(IncludeHttps? includeHttps = null, IncludeRelay? includeRelay = null, IncludeIPv6? includeIPv6 = null, string? serverUrl = null);
|
Task<GetServerResourcesResponse> GetServerResourcesAsync(IncludeHttps? includeHttps = null, IncludeRelay? includeRelay = null, IncludeIPv6? includeIPv6 = null, string? clientID = null, string? serverUrl = null);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get a Pin
|
/// Get a Pin
|
||||||
@@ -143,10 +143,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
};
|
};
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
@@ -557,14 +557,17 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
throw new Models.Errors.SDKException("Unknown status code received", responseStatusCode, await httpResponse.Content.ReadAsStringAsync(), httpResponse);
|
throw new Models.Errors.SDKException("Unknown status code received", responseStatusCode, await httpResponse.Content.ReadAsStringAsync(), httpResponse);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<GetServerResourcesResponse> GetServerResourcesAsync(IncludeHttps? includeHttps = null, IncludeRelay? includeRelay = null, IncludeIPv6? includeIPv6 = null, string? serverUrl = null)
|
public async Task<GetServerResourcesResponse> GetServerResourcesAsync(IncludeHttps? includeHttps = null, IncludeRelay? includeRelay = null, IncludeIPv6? includeIPv6 = null, string? clientID = null, string? serverUrl = null)
|
||||||
{
|
{
|
||||||
var request = new GetServerResourcesRequest()
|
var request = new GetServerResourcesRequest()
|
||||||
{
|
{
|
||||||
IncludeHttps = includeHttps,
|
IncludeHttps = includeHttps,
|
||||||
IncludeRelay = includeRelay,
|
IncludeRelay = includeRelay,
|
||||||
IncludeIPv6 = includeIPv6,
|
IncludeIPv6 = includeIPv6,
|
||||||
|
ClientID = clientID,
|
||||||
};
|
};
|
||||||
|
request.ClientID ??= SDKConfiguration.ClientID;
|
||||||
|
|
||||||
string baseUrl = Utilities.TemplateUrl(GetServerResourcesServerList[0], new Dictionary<string, string>(){
|
string baseUrl = Utilities.TemplateUrl(GetServerResourcesServerList[0], new Dictionary<string, string>(){
|
||||||
});
|
});
|
||||||
if (serverUrl != null)
|
if (serverUrl != null)
|
||||||
|
|||||||
@@ -331,10 +331,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
|
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private int _serverIndex = 0;
|
private int _serverIndex = 0;
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
|
|||||||
@@ -87,10 +87,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -126,10 +126,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -80,10 +80,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -71,10 +71,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -74,10 +74,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -62,10 +62,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
{
|
{
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
@@ -59,10 +59,10 @@ namespace LukeHagar.PlexAPI.SDK
|
|||||||
};
|
};
|
||||||
public SDKConfig SDKConfiguration { get; private set; }
|
public SDKConfig SDKConfiguration { get; private set; }
|
||||||
private const string _language = "csharp";
|
private const string _language = "csharp";
|
||||||
private const string _sdkVersion = "0.8.3";
|
private const string _sdkVersion = "0.8.4";
|
||||||
private const string _sdkGenVersion = "2.426.2";
|
private const string _sdkGenVersion = "2.426.2";
|
||||||
private const string _openapiDocVersion = "0.0.3";
|
private const string _openapiDocVersion = "0.0.3";
|
||||||
private const string _userAgent = "speakeasy-sdk/csharp 0.8.3 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
private const string _userAgent = "speakeasy-sdk/csharp 0.8.4 2.426.2 0.0.3 LukeHagar.PlexAPI.SDK";
|
||||||
private string _serverUrl = "";
|
private string _serverUrl = "";
|
||||||
private ISpeakeasyHttpClient _client;
|
private ISpeakeasyHttpClient _client;
|
||||||
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
private Func<LukeHagar.PlexAPI.SDK.Models.Components.Security>? _securitySource;
|
||||||
|
|||||||
12
NUGET.md
12
NUGET.md
@@ -32,7 +32,7 @@ var res = await sdk.Server.GetServerCapabilitiesAsync();
|
|||||||
|
|
||||||
Certain parameters are configured globally. These parameters may be set on the SDK client instance itself during initialization. When configured as an option during SDK initialization, These global values will be used as defaults on the operations that use them. When such operations are called, there is a place in each to override the global value, if needed.
|
Certain parameters are configured globally. These parameters may be set on the SDK client instance itself during initialization. When configured as an option during SDK initialization, These global values will be used as defaults on the operations that use them. When such operations are called, there is a place in each to override the global value, if needed.
|
||||||
|
|
||||||
For example, you can set `ClientID` to `"gcgzw5rz2xovp84b4vha3a40"` at SDK initialization and then you do not have to pass the same value on calls to operations like `GetPin`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
|
For example, you can set `ClientID` to `"gcgzw5rz2xovp84b4vha3a40"` at SDK initialization and then you do not have to pass the same value on calls to operations like `GetServerResources`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
|
||||||
|
|
||||||
|
|
||||||
### Available Globals
|
### Available Globals
|
||||||
@@ -59,6 +59,7 @@ using LukeHagar.PlexAPI.SDK.Models.Requests;
|
|||||||
using LukeHagar.PlexAPI.SDK.Models.Components;
|
using LukeHagar.PlexAPI.SDK.Models.Components;
|
||||||
|
|
||||||
var sdk = new PlexAPI(
|
var sdk = new PlexAPI(
|
||||||
|
accessToken: "<YOUR_API_KEY_HERE>",
|
||||||
clientID: "gcgzw5rz2xovp84b4vha3a40",
|
clientID: "gcgzw5rz2xovp84b4vha3a40",
|
||||||
clientName: "Plex Web",
|
clientName: "Plex Web",
|
||||||
clientVersion: "4.133.0",
|
clientVersion: "4.133.0",
|
||||||
@@ -66,9 +67,12 @@ var sdk = new PlexAPI(
|
|||||||
deviceName: "Linux"
|
deviceName: "Linux"
|
||||||
);
|
);
|
||||||
|
|
||||||
GetPinRequest req = new GetPinRequest() {};
|
var res = await sdk.Plex.GetServerResourcesAsync(
|
||||||
|
includeHttps: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeHttps.Enable,
|
||||||
var res = await sdk.Plex.GetPinAsync(req);
|
includeRelay: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeRelay.Enable,
|
||||||
|
includeIPv6: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeIPv6.Enable,
|
||||||
|
clientID: "gcgzw5rz2xovp84b4vha3a40"
|
||||||
|
);
|
||||||
|
|
||||||
// handle response
|
// handle response
|
||||||
```
|
```
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -267,7 +267,7 @@ var res = await sdk.Server.GetServerCapabilitiesAsync();
|
|||||||
|
|
||||||
Certain parameters are configured globally. These parameters may be set on the SDK client instance itself during initialization. When configured as an option during SDK initialization, These global values will be used as defaults on the operations that use them. When such operations are called, there is a place in each to override the global value, if needed.
|
Certain parameters are configured globally. These parameters may be set on the SDK client instance itself during initialization. When configured as an option during SDK initialization, These global values will be used as defaults on the operations that use them. When such operations are called, there is a place in each to override the global value, if needed.
|
||||||
|
|
||||||
For example, you can set `ClientID` to `"gcgzw5rz2xovp84b4vha3a40"` at SDK initialization and then you do not have to pass the same value on calls to operations like `GetPin`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
|
For example, you can set `ClientID` to `"gcgzw5rz2xovp84b4vha3a40"` at SDK initialization and then you do not have to pass the same value on calls to operations like `GetServerResources`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
|
||||||
|
|
||||||
|
|
||||||
### Available Globals
|
### Available Globals
|
||||||
@@ -294,6 +294,7 @@ using LukeHagar.PlexAPI.SDK.Models.Requests;
|
|||||||
using LukeHagar.PlexAPI.SDK.Models.Components;
|
using LukeHagar.PlexAPI.SDK.Models.Components;
|
||||||
|
|
||||||
var sdk = new PlexAPI(
|
var sdk = new PlexAPI(
|
||||||
|
accessToken: "<YOUR_API_KEY_HERE>",
|
||||||
clientID: "gcgzw5rz2xovp84b4vha3a40",
|
clientID: "gcgzw5rz2xovp84b4vha3a40",
|
||||||
clientName: "Plex Web",
|
clientName: "Plex Web",
|
||||||
clientVersion: "4.133.0",
|
clientVersion: "4.133.0",
|
||||||
@@ -301,9 +302,12 @@ var sdk = new PlexAPI(
|
|||||||
deviceName: "Linux"
|
deviceName: "Linux"
|
||||||
);
|
);
|
||||||
|
|
||||||
GetPinRequest req = new GetPinRequest() {};
|
var res = await sdk.Plex.GetServerResourcesAsync(
|
||||||
|
includeHttps: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeHttps.Enable,
|
||||||
var res = await sdk.Plex.GetPinAsync(req);
|
includeRelay: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeRelay.Enable,
|
||||||
|
includeIPv6: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeIPv6.Enable,
|
||||||
|
clientID: "gcgzw5rz2xovp84b4vha3a40"
|
||||||
|
);
|
||||||
|
|
||||||
// handle response
|
// handle response
|
||||||
```
|
```
|
||||||
|
|||||||
10
RELEASES.md
10
RELEASES.md
@@ -295,3 +295,13 @@ Based on:
|
|||||||
- [csharp v0.8.3] .
|
- [csharp v0.8.3] .
|
||||||
### Releases
|
### Releases
|
||||||
- [NuGet v0.8.3] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.8.3 - .
|
- [NuGet v0.8.3] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.8.3 - .
|
||||||
|
|
||||||
|
## 2024-09-30 00:21:52
|
||||||
|
### Changes
|
||||||
|
Based on:
|
||||||
|
- OpenAPI Doc
|
||||||
|
- Speakeasy CLI 1.404.5 (2.426.2) https://github.com/speakeasy-api/speakeasy
|
||||||
|
### Generated
|
||||||
|
- [csharp v0.8.4] .
|
||||||
|
### Releases
|
||||||
|
- [NuGet v0.8.4] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.8.4 - .
|
||||||
@@ -1424,7 +1424,8 @@ actions:
|
|||||||
var res = await sdk.Plex.GetServerResourcesAsync(
|
var res = await sdk.Plex.GetServerResourcesAsync(
|
||||||
includeHttps: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeHttps.Enable,
|
includeHttps: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeHttps.Enable,
|
||||||
includeRelay: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeRelay.Enable,
|
includeRelay: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeRelay.Enable,
|
||||||
includeIPv6: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeIPv6.Enable
|
includeIPv6: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeIPv6.Enable,
|
||||||
|
clientID: "gcgzw5rz2xovp84b4vha3a40"
|
||||||
);
|
);
|
||||||
|
|
||||||
// handle response
|
// handle response
|
||||||
|
|||||||
@@ -12,28 +12,43 @@
|
|||||||
| `TREBLEShowFeatures` | TREBLE-show-features |
|
| `TREBLEShowFeatures` | TREBLE-show-features |
|
||||||
| `AdCountdownTimer` | ad-countdown-timer |
|
| `AdCountdownTimer` | ad-countdown-timer |
|
||||||
| `AdaptiveBitrate` | adaptive_bitrate |
|
| `AdaptiveBitrate` | adaptive_bitrate |
|
||||||
|
| `AlbumTypes` | album-types |
|
||||||
|
| `AllowDvr` | allow_dvr |
|
||||||
| `AmazonLoopDebug` | amazon-loop-debug |
|
| `AmazonLoopDebug` | amazon-loop-debug |
|
||||||
| `AvodAdAnalysis` | avod-ad-analysis |
|
| `AvodAdAnalysis` | avod-ad-analysis |
|
||||||
| `AvodNewMedia` | avod-new-media |
|
| `AvodNewMedia` | avod-new-media |
|
||||||
| `BlacklistGetSignin` | blacklist_get_signin |
|
| `BlacklistGetSignin` | blacklist_get_signin |
|
||||||
|
| `BoostVoices` | boost-voices |
|
||||||
|
| `CameraUpload` | camera_upload |
|
||||||
| `ClientRadioStations` | client-radio-stations |
|
| `ClientRadioStations` | client-radio-stations |
|
||||||
| `CloudflareTurnstileRequired` | cloudflare-turnstile-required |
|
| `CloudflareTurnstileRequired` | cloudflare-turnstile-required |
|
||||||
|
| `Cloudsync` | cloudsync |
|
||||||
| `Collections` | collections |
|
| `Collections` | collections |
|
||||||
| `CommentsAndRepliesPushNotifications` | comments_and_replies_push_notifications |
|
| `CommentsAndRepliesPushNotifications` | comments_and_replies_push_notifications |
|
||||||
| `CommunityAccessPlexTv` | community_access_plex_tv |
|
| `CommunityAccessPlexTv` | community_access_plex_tv |
|
||||||
| `CompanionsSonos` | companions_sonos |
|
| `CompanionsSonos` | companions_sonos |
|
||||||
|
| `ContentFilter` | content_filter |
|
||||||
| `CustomHomeRemoval` | custom-home-removal |
|
| `CustomHomeRemoval` | custom-home-removal |
|
||||||
| `DisableHomeUserFriendships` | disable_home_user_friendships |
|
| `DisableHomeUserFriendships` | disable_home_user_friendships |
|
||||||
| `DisableSharingFriendships` | disable_sharing_friendships |
|
| `DisableSharingFriendships` | disable_sharing_friendships |
|
||||||
|
| `DownloadsGating` | downloads-gating |
|
||||||
| `DrmSupport` | drm_support |
|
| `DrmSupport` | drm_support |
|
||||||
|
| `Dvr` | dvr |
|
||||||
|
| `DvrBlockUnsupportedCountries` | dvr-block-unsupported-countries |
|
||||||
|
| `EpgRecentChannels` | epg-recent-channels |
|
||||||
| `ExcludeRestrictions` | exclude restrictions |
|
| `ExcludeRestrictions` | exclude restrictions |
|
||||||
| `FederatedAuth` | federated-auth |
|
| `FederatedAuth` | federated-auth |
|
||||||
| `FriendRequestPushNotifications` | friend_request_push_notifications |
|
| `FriendRequestPushNotifications` | friend_request_push_notifications |
|
||||||
|
| `GrandfatherSync` | grandfather-sync |
|
||||||
| `GuidedUpgrade` | guided-upgrade |
|
| `GuidedUpgrade` | guided-upgrade |
|
||||||
|
| `HardwareTranscoding` | hardware_transcoding |
|
||||||
| `Home` | home |
|
| `Home` | home |
|
||||||
|
| `Hwtranscode` | hwtranscode |
|
||||||
|
| `ImaggaV2` | imagga-v2 |
|
||||||
| `IncreasePasswordComplexity` | increase-password-complexity |
|
| `IncreasePasswordComplexity` | increase-password-complexity |
|
||||||
| `Ios14PrivacyBanner` | ios14-privacy-banner |
|
| `Ios14PrivacyBanner` | ios14-privacy-banner |
|
||||||
| `IterableNotificationTokens` | iterable-notification-tokens |
|
| `IterableNotificationTokens` | iterable-notification-tokens |
|
||||||
|
| `ItemClusters` | item_clusters |
|
||||||
| `KeepPaymentMethod` | keep-payment-method |
|
| `KeepPaymentMethod` | keep-payment-method |
|
||||||
| `KevinBacon` | kevin-bacon |
|
| `KevinBacon` | kevin-bacon |
|
||||||
| `KoreaConsent` | korea-consent |
|
| `KoreaConsent` | korea-consent |
|
||||||
@@ -42,25 +57,46 @@
|
|||||||
| `LightningDvrPivot` | lightning-dvr-pivot |
|
| `LightningDvrPivot` | lightning-dvr-pivot |
|
||||||
| `LiveTvSupportIncompleteSegments` | live-tv-support-incomplete-segments |
|
| `LiveTvSupportIncompleteSegments` | live-tv-support-incomplete-segments |
|
||||||
| `Livetv` | livetv |
|
| `Livetv` | livetv |
|
||||||
|
| `Lyrics` | lyrics |
|
||||||
| `MetadataSearch` | metadata_search |
|
| `MetadataSearch` | metadata_search |
|
||||||
|
| `MusicAnalysis` | music-analysis |
|
||||||
|
| `MusicVideos` | music_videos |
|
||||||
| `NewPlexPassPrices` | new_plex_pass_prices |
|
| `NewPlexPassPrices` | new_plex_pass_prices |
|
||||||
| `NewsProviderSunsetModal` | news-provider-sunset-modal |
|
| `NewsProviderSunsetModal` | news-provider-sunset-modal |
|
||||||
|
| `Nominatim` | nominatim |
|
||||||
|
| `Pass` | pass |
|
||||||
| `PhotosFavorites` | photos-favorites |
|
| `PhotosFavorites` | photos-favorites |
|
||||||
| `PhotosMetadataEdition` | photos-metadata-edition |
|
| `PhotosMetadataEdition` | photos-metadata-edition |
|
||||||
|
| `PhotosV6Edit` | photosV6-edit |
|
||||||
|
| `PhotosV6TvAlbums` | photosV6-tv-albums |
|
||||||
| `PmsHealth` | pms_health |
|
| `PmsHealth` | pms_health |
|
||||||
|
| `PremiumDashboard` | premium-dashboard |
|
||||||
|
| `PremiumMusicMetadata` | premium_music_metadata |
|
||||||
| `Radio` | radio |
|
| `Radio` | radio |
|
||||||
| `RateLimitClientToken` | rate-limit-client-token |
|
| `RateLimitClientToken` | rate-limit-client-token |
|
||||||
| `ScrobblingServicePlexTv` | scrobbling-service-plex-tv |
|
| `ScrobblingServicePlexTv` | scrobbling-service-plex-tv |
|
||||||
|
| `SessionBandwidthRestrictions` | session_bandwidth_restrictions |
|
||||||
|
| `SessionKick` | session_kick |
|
||||||
| `SharedServerNotification` | shared_server_notification |
|
| `SharedServerNotification` | shared_server_notification |
|
||||||
| `SharedSourceNotification` | shared_source_notification |
|
| `SharedSourceNotification` | shared_source_notification |
|
||||||
|
| `SigninNotification` | signin_notification |
|
||||||
| `SigninWithApple` | signin_with_apple |
|
| `SigninWithApple` | signin_with_apple |
|
||||||
|
| `SilenceRemoval` | silence-removal |
|
||||||
|
| `SleepTimer` | sleep-timer |
|
||||||
| `SpringServeAdProvider` | spring_serve_ad_provider |
|
| `SpringServeAdProvider` | spring_serve_ad_provider |
|
||||||
|
| `Sync` | sync |
|
||||||
|
| `SweetFades` | sweet-fades |
|
||||||
| `TranscoderCache` | transcoder_cache |
|
| `TranscoderCache` | transcoder_cache |
|
||||||
|
| `Trailers` | trailers |
|
||||||
| `TunerSharing` | tuner-sharing |
|
| `TunerSharing` | tuner-sharing |
|
||||||
| `TwoFactorAuthentication` | two-factor-authentication |
|
| `TwoFactorAuthentication` | two-factor-authentication |
|
||||||
| `Unsupportedtuners` | unsupportedtuners |
|
| `Unsupportedtuners` | unsupportedtuners |
|
||||||
| `Upgrade3ds2` | upgrade-3ds2 |
|
| `Upgrade3ds2` | upgrade-3ds2 |
|
||||||
|
| `Visualizers` | visualizers |
|
||||||
| `VodSchema` | vod-schema |
|
| `VodSchema` | vod-schema |
|
||||||
| `VodCloudflare` | vod_cloudflare |
|
| `VodCloudflare` | vod_cloudflare |
|
||||||
|
| `VolumeLeveling` | volume-leveling |
|
||||||
| `WatchTogetherInvite` | watch-together-invite |
|
| `WatchTogetherInvite` | watch-together-invite |
|
||||||
|
| `WatchlistRss` | watchlist-rss |
|
||||||
| `WebServerDashboard` | web_server_dashboard |
|
| `WebServerDashboard` | web_server_dashboard |
|
||||||
|
| `Webhooks` | webhooks |
|
||||||
@@ -4,7 +4,8 @@
|
|||||||
## Fields
|
## Fields
|
||||||
|
|
||||||
| Field | Type | Required | Description | Example |
|
| Field | Type | Required | Description | Example |
|
||||||
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
|
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `IncludeHttps` | [IncludeHttps](../../Models/Requests/IncludeHttps.md) | :heavy_minus_sign: | Include Https entries in the results | 1 |
|
| `IncludeHttps` | [IncludeHttps](../../Models/Requests/IncludeHttps.md) | :heavy_minus_sign: | Include Https entries in the results | 1 |
|
||||||
| `IncludeRelay` | [IncludeRelay](../../Models/Requests/IncludeRelay.md) | :heavy_minus_sign: | Include Relay addresses in the results <br/>E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400<br/> | 1 |
|
| `IncludeRelay` | [IncludeRelay](../../Models/Requests/IncludeRelay.md) | :heavy_minus_sign: | Include Relay addresses in the results <br/>E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400<br/> | 1 |
|
||||||
| `IncludeIPv6` | [IncludeIPv6](../../Models/Requests/IncludeIPv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | 1 |
|
| `IncludeIPv6` | [IncludeIPv6](../../Models/Requests/IncludeIPv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | 1 |
|
||||||
|
| `ClientID` | *string* | :heavy_minus_sign: | The unique identifier for the client application<br/>This is used to track the client application and its usage<br/>(UUID, serial number, or other number unique per device)<br/> | gcgzw5rz2xovp84b4vha3a40 |
|
||||||
@@ -12,28 +12,43 @@
|
|||||||
| `TREBLEShowFeatures` | TREBLE-show-features |
|
| `TREBLEShowFeatures` | TREBLE-show-features |
|
||||||
| `AdCountdownTimer` | ad-countdown-timer |
|
| `AdCountdownTimer` | ad-countdown-timer |
|
||||||
| `AdaptiveBitrate` | adaptive_bitrate |
|
| `AdaptiveBitrate` | adaptive_bitrate |
|
||||||
|
| `AlbumTypes` | album-types |
|
||||||
|
| `AllowDvr` | allow_dvr |
|
||||||
| `AmazonLoopDebug` | amazon-loop-debug |
|
| `AmazonLoopDebug` | amazon-loop-debug |
|
||||||
| `AvodAdAnalysis` | avod-ad-analysis |
|
| `AvodAdAnalysis` | avod-ad-analysis |
|
||||||
| `AvodNewMedia` | avod-new-media |
|
| `AvodNewMedia` | avod-new-media |
|
||||||
| `BlacklistGetSignin` | blacklist_get_signin |
|
| `BlacklistGetSignin` | blacklist_get_signin |
|
||||||
|
| `BoostVoices` | boost-voices |
|
||||||
|
| `CameraUpload` | camera_upload |
|
||||||
| `ClientRadioStations` | client-radio-stations |
|
| `ClientRadioStations` | client-radio-stations |
|
||||||
| `CloudflareTurnstileRequired` | cloudflare-turnstile-required |
|
| `CloudflareTurnstileRequired` | cloudflare-turnstile-required |
|
||||||
|
| `Cloudsync` | cloudsync |
|
||||||
| `Collections` | collections |
|
| `Collections` | collections |
|
||||||
| `CommentsAndRepliesPushNotifications` | comments_and_replies_push_notifications |
|
| `CommentsAndRepliesPushNotifications` | comments_and_replies_push_notifications |
|
||||||
| `CommunityAccessPlexTv` | community_access_plex_tv |
|
| `CommunityAccessPlexTv` | community_access_plex_tv |
|
||||||
| `CompanionsSonos` | companions_sonos |
|
| `CompanionsSonos` | companions_sonos |
|
||||||
|
| `ContentFilter` | content_filter |
|
||||||
| `CustomHomeRemoval` | custom-home-removal |
|
| `CustomHomeRemoval` | custom-home-removal |
|
||||||
| `DisableHomeUserFriendships` | disable_home_user_friendships |
|
| `DisableHomeUserFriendships` | disable_home_user_friendships |
|
||||||
| `DisableSharingFriendships` | disable_sharing_friendships |
|
| `DisableSharingFriendships` | disable_sharing_friendships |
|
||||||
|
| `DownloadsGating` | downloads-gating |
|
||||||
| `DrmSupport` | drm_support |
|
| `DrmSupport` | drm_support |
|
||||||
|
| `Dvr` | dvr |
|
||||||
|
| `DvrBlockUnsupportedCountries` | dvr-block-unsupported-countries |
|
||||||
|
| `EpgRecentChannels` | epg-recent-channels |
|
||||||
| `ExcludeRestrictions` | exclude restrictions |
|
| `ExcludeRestrictions` | exclude restrictions |
|
||||||
| `FederatedAuth` | federated-auth |
|
| `FederatedAuth` | federated-auth |
|
||||||
| `FriendRequestPushNotifications` | friend_request_push_notifications |
|
| `FriendRequestPushNotifications` | friend_request_push_notifications |
|
||||||
|
| `GrandfatherSync` | grandfather-sync |
|
||||||
| `GuidedUpgrade` | guided-upgrade |
|
| `GuidedUpgrade` | guided-upgrade |
|
||||||
|
| `HardwareTranscoding` | hardware_transcoding |
|
||||||
| `Home` | home |
|
| `Home` | home |
|
||||||
|
| `Hwtranscode` | hwtranscode |
|
||||||
|
| `ImaggaV2` | imagga-v2 |
|
||||||
| `IncreasePasswordComplexity` | increase-password-complexity |
|
| `IncreasePasswordComplexity` | increase-password-complexity |
|
||||||
| `Ios14PrivacyBanner` | ios14-privacy-banner |
|
| `Ios14PrivacyBanner` | ios14-privacy-banner |
|
||||||
| `IterableNotificationTokens` | iterable-notification-tokens |
|
| `IterableNotificationTokens` | iterable-notification-tokens |
|
||||||
|
| `ItemClusters` | item_clusters |
|
||||||
| `KeepPaymentMethod` | keep-payment-method |
|
| `KeepPaymentMethod` | keep-payment-method |
|
||||||
| `KevinBacon` | kevin-bacon |
|
| `KevinBacon` | kevin-bacon |
|
||||||
| `KoreaConsent` | korea-consent |
|
| `KoreaConsent` | korea-consent |
|
||||||
@@ -42,25 +57,46 @@
|
|||||||
| `LightningDvrPivot` | lightning-dvr-pivot |
|
| `LightningDvrPivot` | lightning-dvr-pivot |
|
||||||
| `LiveTvSupportIncompleteSegments` | live-tv-support-incomplete-segments |
|
| `LiveTvSupportIncompleteSegments` | live-tv-support-incomplete-segments |
|
||||||
| `Livetv` | livetv |
|
| `Livetv` | livetv |
|
||||||
|
| `Lyrics` | lyrics |
|
||||||
| `MetadataSearch` | metadata_search |
|
| `MetadataSearch` | metadata_search |
|
||||||
|
| `MusicAnalysis` | music-analysis |
|
||||||
|
| `MusicVideos` | music_videos |
|
||||||
| `NewPlexPassPrices` | new_plex_pass_prices |
|
| `NewPlexPassPrices` | new_plex_pass_prices |
|
||||||
| `NewsProviderSunsetModal` | news-provider-sunset-modal |
|
| `NewsProviderSunsetModal` | news-provider-sunset-modal |
|
||||||
|
| `Nominatim` | nominatim |
|
||||||
|
| `Pass` | pass |
|
||||||
| `PhotosFavorites` | photos-favorites |
|
| `PhotosFavorites` | photos-favorites |
|
||||||
| `PhotosMetadataEdition` | photos-metadata-edition |
|
| `PhotosMetadataEdition` | photos-metadata-edition |
|
||||||
|
| `PhotosV6Edit` | photosV6-edit |
|
||||||
|
| `PhotosV6TvAlbums` | photosV6-tv-albums |
|
||||||
| `PmsHealth` | pms_health |
|
| `PmsHealth` | pms_health |
|
||||||
|
| `PremiumDashboard` | premium-dashboard |
|
||||||
|
| `PremiumMusicMetadata` | premium_music_metadata |
|
||||||
| `Radio` | radio |
|
| `Radio` | radio |
|
||||||
| `RateLimitClientToken` | rate-limit-client-token |
|
| `RateLimitClientToken` | rate-limit-client-token |
|
||||||
| `ScrobblingServicePlexTv` | scrobbling-service-plex-tv |
|
| `ScrobblingServicePlexTv` | scrobbling-service-plex-tv |
|
||||||
|
| `SessionBandwidthRestrictions` | session_bandwidth_restrictions |
|
||||||
|
| `SessionKick` | session_kick |
|
||||||
| `SharedServerNotification` | shared_server_notification |
|
| `SharedServerNotification` | shared_server_notification |
|
||||||
| `SharedSourceNotification` | shared_source_notification |
|
| `SharedSourceNotification` | shared_source_notification |
|
||||||
|
| `SigninNotification` | signin_notification |
|
||||||
| `SigninWithApple` | signin_with_apple |
|
| `SigninWithApple` | signin_with_apple |
|
||||||
|
| `SilenceRemoval` | silence-removal |
|
||||||
|
| `SleepTimer` | sleep-timer |
|
||||||
| `SpringServeAdProvider` | spring_serve_ad_provider |
|
| `SpringServeAdProvider` | spring_serve_ad_provider |
|
||||||
|
| `Sync` | sync |
|
||||||
|
| `SweetFades` | sweet-fades |
|
||||||
| `TranscoderCache` | transcoder_cache |
|
| `TranscoderCache` | transcoder_cache |
|
||||||
|
| `Trailers` | trailers |
|
||||||
| `TunerSharing` | tuner-sharing |
|
| `TunerSharing` | tuner-sharing |
|
||||||
| `TwoFactorAuthentication` | two-factor-authentication |
|
| `TwoFactorAuthentication` | two-factor-authentication |
|
||||||
| `Unsupportedtuners` | unsupportedtuners |
|
| `Unsupportedtuners` | unsupportedtuners |
|
||||||
| `Upgrade3ds2` | upgrade-3ds2 |
|
| `Upgrade3ds2` | upgrade-3ds2 |
|
||||||
|
| `Visualizers` | visualizers |
|
||||||
| `VodSchema` | vod-schema |
|
| `VodSchema` | vod-schema |
|
||||||
| `VodCloudflare` | vod_cloudflare |
|
| `VodCloudflare` | vod_cloudflare |
|
||||||
|
| `VolumeLeveling` | volume-leveling |
|
||||||
| `WatchTogetherInvite` | watch-together-invite |
|
| `WatchTogetherInvite` | watch-together-invite |
|
||||||
|
| `WatchlistRss` | watchlist-rss |
|
||||||
| `WebServerDashboard` | web_server_dashboard |
|
| `WebServerDashboard` | web_server_dashboard |
|
||||||
|
| `Webhooks` | webhooks |
|
||||||
@@ -12,28 +12,43 @@
|
|||||||
| `TREBLEShowFeatures` | TREBLE-show-features |
|
| `TREBLEShowFeatures` | TREBLE-show-features |
|
||||||
| `AdCountdownTimer` | ad-countdown-timer |
|
| `AdCountdownTimer` | ad-countdown-timer |
|
||||||
| `AdaptiveBitrate` | adaptive_bitrate |
|
| `AdaptiveBitrate` | adaptive_bitrate |
|
||||||
|
| `AlbumTypes` | album-types |
|
||||||
|
| `AllowDvr` | allow_dvr |
|
||||||
| `AmazonLoopDebug` | amazon-loop-debug |
|
| `AmazonLoopDebug` | amazon-loop-debug |
|
||||||
| `AvodAdAnalysis` | avod-ad-analysis |
|
| `AvodAdAnalysis` | avod-ad-analysis |
|
||||||
| `AvodNewMedia` | avod-new-media |
|
| `AvodNewMedia` | avod-new-media |
|
||||||
| `BlacklistGetSignin` | blacklist_get_signin |
|
| `BlacklistGetSignin` | blacklist_get_signin |
|
||||||
|
| `BoostVoices` | boost-voices |
|
||||||
|
| `CameraUpload` | camera_upload |
|
||||||
| `ClientRadioStations` | client-radio-stations |
|
| `ClientRadioStations` | client-radio-stations |
|
||||||
| `CloudflareTurnstileRequired` | cloudflare-turnstile-required |
|
| `CloudflareTurnstileRequired` | cloudflare-turnstile-required |
|
||||||
|
| `Cloudsync` | cloudsync |
|
||||||
| `Collections` | collections |
|
| `Collections` | collections |
|
||||||
| `CommentsAndRepliesPushNotifications` | comments_and_replies_push_notifications |
|
| `CommentsAndRepliesPushNotifications` | comments_and_replies_push_notifications |
|
||||||
| `CommunityAccessPlexTv` | community_access_plex_tv |
|
| `CommunityAccessPlexTv` | community_access_plex_tv |
|
||||||
| `CompanionsSonos` | companions_sonos |
|
| `CompanionsSonos` | companions_sonos |
|
||||||
|
| `ContentFilter` | content_filter |
|
||||||
| `CustomHomeRemoval` | custom-home-removal |
|
| `CustomHomeRemoval` | custom-home-removal |
|
||||||
| `DisableHomeUserFriendships` | disable_home_user_friendships |
|
| `DisableHomeUserFriendships` | disable_home_user_friendships |
|
||||||
| `DisableSharingFriendships` | disable_sharing_friendships |
|
| `DisableSharingFriendships` | disable_sharing_friendships |
|
||||||
|
| `DownloadsGating` | downloads-gating |
|
||||||
| `DrmSupport` | drm_support |
|
| `DrmSupport` | drm_support |
|
||||||
|
| `Dvr` | dvr |
|
||||||
|
| `DvrBlockUnsupportedCountries` | dvr-block-unsupported-countries |
|
||||||
|
| `EpgRecentChannels` | epg-recent-channels |
|
||||||
| `ExcludeRestrictions` | exclude restrictions |
|
| `ExcludeRestrictions` | exclude restrictions |
|
||||||
| `FederatedAuth` | federated-auth |
|
| `FederatedAuth` | federated-auth |
|
||||||
| `FriendRequestPushNotifications` | friend_request_push_notifications |
|
| `FriendRequestPushNotifications` | friend_request_push_notifications |
|
||||||
|
| `GrandfatherSync` | grandfather-sync |
|
||||||
| `GuidedUpgrade` | guided-upgrade |
|
| `GuidedUpgrade` | guided-upgrade |
|
||||||
|
| `HardwareTranscoding` | hardware_transcoding |
|
||||||
| `Home` | home |
|
| `Home` | home |
|
||||||
|
| `Hwtranscode` | hwtranscode |
|
||||||
|
| `ImaggaV2` | imagga-v2 |
|
||||||
| `IncreasePasswordComplexity` | increase-password-complexity |
|
| `IncreasePasswordComplexity` | increase-password-complexity |
|
||||||
| `Ios14PrivacyBanner` | ios14-privacy-banner |
|
| `Ios14PrivacyBanner` | ios14-privacy-banner |
|
||||||
| `IterableNotificationTokens` | iterable-notification-tokens |
|
| `IterableNotificationTokens` | iterable-notification-tokens |
|
||||||
|
| `ItemClusters` | item_clusters |
|
||||||
| `KeepPaymentMethod` | keep-payment-method |
|
| `KeepPaymentMethod` | keep-payment-method |
|
||||||
| `KevinBacon` | kevin-bacon |
|
| `KevinBacon` | kevin-bacon |
|
||||||
| `KoreaConsent` | korea-consent |
|
| `KoreaConsent` | korea-consent |
|
||||||
@@ -42,25 +57,46 @@
|
|||||||
| `LightningDvrPivot` | lightning-dvr-pivot |
|
| `LightningDvrPivot` | lightning-dvr-pivot |
|
||||||
| `LiveTvSupportIncompleteSegments` | live-tv-support-incomplete-segments |
|
| `LiveTvSupportIncompleteSegments` | live-tv-support-incomplete-segments |
|
||||||
| `Livetv` | livetv |
|
| `Livetv` | livetv |
|
||||||
|
| `Lyrics` | lyrics |
|
||||||
| `MetadataSearch` | metadata_search |
|
| `MetadataSearch` | metadata_search |
|
||||||
|
| `MusicAnalysis` | music-analysis |
|
||||||
|
| `MusicVideos` | music_videos |
|
||||||
| `NewPlexPassPrices` | new_plex_pass_prices |
|
| `NewPlexPassPrices` | new_plex_pass_prices |
|
||||||
| `NewsProviderSunsetModal` | news-provider-sunset-modal |
|
| `NewsProviderSunsetModal` | news-provider-sunset-modal |
|
||||||
|
| `Nominatim` | nominatim |
|
||||||
|
| `Pass` | pass |
|
||||||
| `PhotosFavorites` | photos-favorites |
|
| `PhotosFavorites` | photos-favorites |
|
||||||
| `PhotosMetadataEdition` | photos-metadata-edition |
|
| `PhotosMetadataEdition` | photos-metadata-edition |
|
||||||
|
| `PhotosV6Edit` | photosV6-edit |
|
||||||
|
| `PhotosV6TvAlbums` | photosV6-tv-albums |
|
||||||
| `PmsHealth` | pms_health |
|
| `PmsHealth` | pms_health |
|
||||||
|
| `PremiumDashboard` | premium-dashboard |
|
||||||
|
| `PremiumMusicMetadata` | premium_music_metadata |
|
||||||
| `Radio` | radio |
|
| `Radio` | radio |
|
||||||
| `RateLimitClientToken` | rate-limit-client-token |
|
| `RateLimitClientToken` | rate-limit-client-token |
|
||||||
| `ScrobblingServicePlexTv` | scrobbling-service-plex-tv |
|
| `ScrobblingServicePlexTv` | scrobbling-service-plex-tv |
|
||||||
|
| `SessionBandwidthRestrictions` | session_bandwidth_restrictions |
|
||||||
|
| `SessionKick` | session_kick |
|
||||||
| `SharedServerNotification` | shared_server_notification |
|
| `SharedServerNotification` | shared_server_notification |
|
||||||
| `SharedSourceNotification` | shared_source_notification |
|
| `SharedSourceNotification` | shared_source_notification |
|
||||||
|
| `SigninNotification` | signin_notification |
|
||||||
| `SigninWithApple` | signin_with_apple |
|
| `SigninWithApple` | signin_with_apple |
|
||||||
|
| `SilenceRemoval` | silence-removal |
|
||||||
|
| `SleepTimer` | sleep-timer |
|
||||||
| `SpringServeAdProvider` | spring_serve_ad_provider |
|
| `SpringServeAdProvider` | spring_serve_ad_provider |
|
||||||
|
| `Sync` | sync |
|
||||||
|
| `SweetFades` | sweet-fades |
|
||||||
| `TranscoderCache` | transcoder_cache |
|
| `TranscoderCache` | transcoder_cache |
|
||||||
|
| `Trailers` | trailers |
|
||||||
| `TunerSharing` | tuner-sharing |
|
| `TunerSharing` | tuner-sharing |
|
||||||
| `TwoFactorAuthentication` | two-factor-authentication |
|
| `TwoFactorAuthentication` | two-factor-authentication |
|
||||||
| `Unsupportedtuners` | unsupportedtuners |
|
| `Unsupportedtuners` | unsupportedtuners |
|
||||||
| `Upgrade3ds2` | upgrade-3ds2 |
|
| `Upgrade3ds2` | upgrade-3ds2 |
|
||||||
|
| `Visualizers` | visualizers |
|
||||||
| `VodSchema` | vod-schema |
|
| `VodSchema` | vod-schema |
|
||||||
| `VodCloudflare` | vod_cloudflare |
|
| `VodCloudflare` | vod_cloudflare |
|
||||||
|
| `VolumeLeveling` | volume-leveling |
|
||||||
| `WatchTogetherInvite` | watch-together-invite |
|
| `WatchTogetherInvite` | watch-together-invite |
|
||||||
|
| `WatchlistRss` | watchlist-rss |
|
||||||
| `WebServerDashboard` | web_server_dashboard |
|
| `WebServerDashboard` | web_server_dashboard |
|
||||||
|
| `Webhooks` | webhooks |
|
||||||
@@ -12,28 +12,43 @@
|
|||||||
| `TREBLEShowFeatures` | TREBLE-show-features |
|
| `TREBLEShowFeatures` | TREBLE-show-features |
|
||||||
| `AdCountdownTimer` | ad-countdown-timer |
|
| `AdCountdownTimer` | ad-countdown-timer |
|
||||||
| `AdaptiveBitrate` | adaptive_bitrate |
|
| `AdaptiveBitrate` | adaptive_bitrate |
|
||||||
|
| `AlbumTypes` | album-types |
|
||||||
|
| `AllowDvr` | allow_dvr |
|
||||||
| `AmazonLoopDebug` | amazon-loop-debug |
|
| `AmazonLoopDebug` | amazon-loop-debug |
|
||||||
| `AvodAdAnalysis` | avod-ad-analysis |
|
| `AvodAdAnalysis` | avod-ad-analysis |
|
||||||
| `AvodNewMedia` | avod-new-media |
|
| `AvodNewMedia` | avod-new-media |
|
||||||
| `BlacklistGetSignin` | blacklist_get_signin |
|
| `BlacklistGetSignin` | blacklist_get_signin |
|
||||||
|
| `BoostVoices` | boost-voices |
|
||||||
|
| `CameraUpload` | camera_upload |
|
||||||
| `ClientRadioStations` | client-radio-stations |
|
| `ClientRadioStations` | client-radio-stations |
|
||||||
| `CloudflareTurnstileRequired` | cloudflare-turnstile-required |
|
| `CloudflareTurnstileRequired` | cloudflare-turnstile-required |
|
||||||
|
| `Cloudsync` | cloudsync |
|
||||||
| `Collections` | collections |
|
| `Collections` | collections |
|
||||||
| `CommentsAndRepliesPushNotifications` | comments_and_replies_push_notifications |
|
| `CommentsAndRepliesPushNotifications` | comments_and_replies_push_notifications |
|
||||||
| `CommunityAccessPlexTv` | community_access_plex_tv |
|
| `CommunityAccessPlexTv` | community_access_plex_tv |
|
||||||
| `CompanionsSonos` | companions_sonos |
|
| `CompanionsSonos` | companions_sonos |
|
||||||
|
| `ContentFilter` | content_filter |
|
||||||
| `CustomHomeRemoval` | custom-home-removal |
|
| `CustomHomeRemoval` | custom-home-removal |
|
||||||
| `DisableHomeUserFriendships` | disable_home_user_friendships |
|
| `DisableHomeUserFriendships` | disable_home_user_friendships |
|
||||||
| `DisableSharingFriendships` | disable_sharing_friendships |
|
| `DisableSharingFriendships` | disable_sharing_friendships |
|
||||||
|
| `DownloadsGating` | downloads-gating |
|
||||||
| `DrmSupport` | drm_support |
|
| `DrmSupport` | drm_support |
|
||||||
|
| `Dvr` | dvr |
|
||||||
|
| `DvrBlockUnsupportedCountries` | dvr-block-unsupported-countries |
|
||||||
|
| `EpgRecentChannels` | epg-recent-channels |
|
||||||
| `ExcludeRestrictions` | exclude restrictions |
|
| `ExcludeRestrictions` | exclude restrictions |
|
||||||
| `FederatedAuth` | federated-auth |
|
| `FederatedAuth` | federated-auth |
|
||||||
| `FriendRequestPushNotifications` | friend_request_push_notifications |
|
| `FriendRequestPushNotifications` | friend_request_push_notifications |
|
||||||
|
| `GrandfatherSync` | grandfather-sync |
|
||||||
| `GuidedUpgrade` | guided-upgrade |
|
| `GuidedUpgrade` | guided-upgrade |
|
||||||
|
| `HardwareTranscoding` | hardware_transcoding |
|
||||||
| `Home` | home |
|
| `Home` | home |
|
||||||
|
| `Hwtranscode` | hwtranscode |
|
||||||
|
| `ImaggaV2` | imagga-v2 |
|
||||||
| `IncreasePasswordComplexity` | increase-password-complexity |
|
| `IncreasePasswordComplexity` | increase-password-complexity |
|
||||||
| `Ios14PrivacyBanner` | ios14-privacy-banner |
|
| `Ios14PrivacyBanner` | ios14-privacy-banner |
|
||||||
| `IterableNotificationTokens` | iterable-notification-tokens |
|
| `IterableNotificationTokens` | iterable-notification-tokens |
|
||||||
|
| `ItemClusters` | item_clusters |
|
||||||
| `KeepPaymentMethod` | keep-payment-method |
|
| `KeepPaymentMethod` | keep-payment-method |
|
||||||
| `KevinBacon` | kevin-bacon |
|
| `KevinBacon` | kevin-bacon |
|
||||||
| `KoreaConsent` | korea-consent |
|
| `KoreaConsent` | korea-consent |
|
||||||
@@ -42,25 +57,46 @@
|
|||||||
| `LightningDvrPivot` | lightning-dvr-pivot |
|
| `LightningDvrPivot` | lightning-dvr-pivot |
|
||||||
| `LiveTvSupportIncompleteSegments` | live-tv-support-incomplete-segments |
|
| `LiveTvSupportIncompleteSegments` | live-tv-support-incomplete-segments |
|
||||||
| `Livetv` | livetv |
|
| `Livetv` | livetv |
|
||||||
|
| `Lyrics` | lyrics |
|
||||||
| `MetadataSearch` | metadata_search |
|
| `MetadataSearch` | metadata_search |
|
||||||
|
| `MusicAnalysis` | music-analysis |
|
||||||
|
| `MusicVideos` | music_videos |
|
||||||
| `NewPlexPassPrices` | new_plex_pass_prices |
|
| `NewPlexPassPrices` | new_plex_pass_prices |
|
||||||
| `NewsProviderSunsetModal` | news-provider-sunset-modal |
|
| `NewsProviderSunsetModal` | news-provider-sunset-modal |
|
||||||
|
| `Nominatim` | nominatim |
|
||||||
|
| `Pass` | pass |
|
||||||
| `PhotosFavorites` | photos-favorites |
|
| `PhotosFavorites` | photos-favorites |
|
||||||
| `PhotosMetadataEdition` | photos-metadata-edition |
|
| `PhotosMetadataEdition` | photos-metadata-edition |
|
||||||
|
| `PhotosV6Edit` | photosV6-edit |
|
||||||
|
| `PhotosV6TvAlbums` | photosV6-tv-albums |
|
||||||
| `PmsHealth` | pms_health |
|
| `PmsHealth` | pms_health |
|
||||||
|
| `PremiumDashboard` | premium-dashboard |
|
||||||
|
| `PremiumMusicMetadata` | premium_music_metadata |
|
||||||
| `Radio` | radio |
|
| `Radio` | radio |
|
||||||
| `RateLimitClientToken` | rate-limit-client-token |
|
| `RateLimitClientToken` | rate-limit-client-token |
|
||||||
| `ScrobblingServicePlexTv` | scrobbling-service-plex-tv |
|
| `ScrobblingServicePlexTv` | scrobbling-service-plex-tv |
|
||||||
|
| `SessionBandwidthRestrictions` | session_bandwidth_restrictions |
|
||||||
|
| `SessionKick` | session_kick |
|
||||||
| `SharedServerNotification` | shared_server_notification |
|
| `SharedServerNotification` | shared_server_notification |
|
||||||
| `SharedSourceNotification` | shared_source_notification |
|
| `SharedSourceNotification` | shared_source_notification |
|
||||||
|
| `SigninNotification` | signin_notification |
|
||||||
| `SigninWithApple` | signin_with_apple |
|
| `SigninWithApple` | signin_with_apple |
|
||||||
|
| `SilenceRemoval` | silence-removal |
|
||||||
|
| `SleepTimer` | sleep-timer |
|
||||||
| `SpringServeAdProvider` | spring_serve_ad_provider |
|
| `SpringServeAdProvider` | spring_serve_ad_provider |
|
||||||
|
| `Sync` | sync |
|
||||||
|
| `SweetFades` | sweet-fades |
|
||||||
| `TranscoderCache` | transcoder_cache |
|
| `TranscoderCache` | transcoder_cache |
|
||||||
|
| `Trailers` | trailers |
|
||||||
| `TunerSharing` | tuner-sharing |
|
| `TunerSharing` | tuner-sharing |
|
||||||
| `TwoFactorAuthentication` | two-factor-authentication |
|
| `TwoFactorAuthentication` | two-factor-authentication |
|
||||||
| `Unsupportedtuners` | unsupportedtuners |
|
| `Unsupportedtuners` | unsupportedtuners |
|
||||||
| `Upgrade3ds2` | upgrade-3ds2 |
|
| `Upgrade3ds2` | upgrade-3ds2 |
|
||||||
|
| `Visualizers` | visualizers |
|
||||||
| `VodSchema` | vod-schema |
|
| `VodSchema` | vod-schema |
|
||||||
| `VodCloudflare` | vod_cloudflare |
|
| `VodCloudflare` | vod_cloudflare |
|
||||||
|
| `VolumeLeveling` | volume-leveling |
|
||||||
| `WatchTogetherInvite` | watch-together-invite |
|
| `WatchTogetherInvite` | watch-together-invite |
|
||||||
|
| `WatchlistRss` | watchlist-rss |
|
||||||
| `WebServerDashboard` | web_server_dashboard |
|
| `WebServerDashboard` | web_server_dashboard |
|
||||||
|
| `Webhooks` | webhooks |
|
||||||
@@ -204,7 +204,8 @@ var sdk = new PlexAPI(
|
|||||||
var res = await sdk.Plex.GetServerResourcesAsync(
|
var res = await sdk.Plex.GetServerResourcesAsync(
|
||||||
includeHttps: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeHttps.Enable,
|
includeHttps: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeHttps.Enable,
|
||||||
includeRelay: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeRelay.Enable,
|
includeRelay: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeRelay.Enable,
|
||||||
includeIPv6: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeIPv6.Enable
|
includeIPv6: LukeHagar.PlexAPI.SDK.Models.Requests.IncludeIPv6.Enable,
|
||||||
|
clientID: "gcgzw5rz2xovp84b4vha3a40"
|
||||||
);
|
);
|
||||||
|
|
||||||
// handle response
|
// handle response
|
||||||
@@ -213,10 +214,11 @@ var res = await sdk.Plex.GetServerResourcesAsync(
|
|||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
| Parameter | Type | Required | Description | Example |
|
| Parameter | Type | Required | Description | Example |
|
||||||
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
|
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `IncludeHttps` | [IncludeHttps](../../Models/Requests/IncludeHttps.md) | :heavy_minus_sign: | Include Https entries in the results | 1 |
|
| `IncludeHttps` | [IncludeHttps](../../Models/Requests/IncludeHttps.md) | :heavy_minus_sign: | Include Https entries in the results | 1 |
|
||||||
| `IncludeRelay` | [IncludeRelay](../../Models/Requests/IncludeRelay.md) | :heavy_minus_sign: | Include Relay addresses in the results <br/>E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400<br/> | 1 |
|
| `IncludeRelay` | [IncludeRelay](../../Models/Requests/IncludeRelay.md) | :heavy_minus_sign: | Include Relay addresses in the results <br/>E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400<br/> | 1 |
|
||||||
| `IncludeIPv6` | [IncludeIPv6](../../Models/Requests/IncludeIPv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | 1 |
|
| `IncludeIPv6` | [IncludeIPv6](../../Models/Requests/IncludeIPv6.md) | :heavy_minus_sign: | Include IPv6 entries in the results | 1 |
|
||||||
|
| `ClientID` | *string* | :heavy_minus_sign: | The unique identifier for the client application<br/>This is used to track the client application and its usage<br/>(UUID, serial number, or other number unique per device)<br/> | gcgzw5rz2xovp84b4vha3a40 |
|
||||||
| `serverURL` | *string* | :heavy_minus_sign: | An optional server URL to use. | http://localhost:8080 |
|
| `serverURL` | *string* | :heavy_minus_sign: | An optional server URL to use. | http://localhost:8080 |
|
||||||
|
|
||||||
### Response
|
### Response
|
||||||
|
|||||||
Reference in New Issue
Block a user