Compare commits

...

1 Commits

Author SHA1 Message Date
speakeasybot
1f5d4ff03a ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.3 2025-08-07 00:28:41 +00:00
24 changed files with 57 additions and 47 deletions

View File

@@ -3,10 +3,10 @@ id: 5a8dbcbc-e0ee-41f0-9d84-b8b50567d1e9
management:
docChecksum: 77bdddd188d0778dc73b7f7906e1677c
docVersion: 0.0.3
speakeasyVersion: 1.598.0
generationVersion: 2.674.1
releaseVersion: 0.16.0
configChecksum: 69a83bce477406829fb9572ba9071c8f
speakeasyVersion: 1.598.3
generationVersion: 2.674.3
releaseVersion: 0.16.1
configChecksum: 641f6f04797332d3e0349120f669df14
repoURL: https://github.com/LukeHagar/plexcsharp.git
repoSubDirectory: .
published: true

View File

@@ -21,7 +21,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
csharp:
version: 0.16.0
version: 0.16.1
additionalDependencies: []
author: LukeHagar
baseErrorName: PlexAPIError

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.598.0
speakeasyVersion: 1.598.3
sources:
my-source:
sourceNamespace: my-source
@@ -20,7 +20,7 @@ sources:
sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1
tags:
- latest
- speakeasy-sdk-regen-1754440055
- speakeasy-sdk-regen-1754526448
targets:
plexcsharp:
source: plexapi
@@ -28,7 +28,7 @@ targets:
sourceRevisionDigest: sha256:b4fa89a3571fbdcb4228800772a5fe1c292170babcd3e055161ae54402f89577
sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1
codeSamplesNamespace: code-samples-csharp-plexcsharp
codeSamplesRevisionDigest: sha256:c2f97be4e2fb1380a7f91adf6b91cc8a701cd90ffa314ff36785d1aaf58cb01c
codeSamplesRevisionDigest: sha256:8985bab43884b8a617bc2cf572f4eec3606eb77113fc8be80465ef446d95a656
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest

View File

@@ -74,8 +74,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Activities(SDKConfig config)

View File

@@ -95,8 +95,8 @@ namespace LukeHagar.PlexAPI.SDK
};
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Authentication(SDKConfig config)

View File

@@ -103,8 +103,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Butler(SDKConfig config)

View File

@@ -73,8 +73,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Hubs(SDKConfig config)

View File

@@ -321,8 +321,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Library(SDKConfig config)

View File

@@ -96,8 +96,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Log(SDKConfig config)

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>LukeHagar.PlexAPI.SDK</PackageId>
<Version>0.16.0</Version>
<Version>0.16.1</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>LukeHagar</Authors>
<Copyright>Copyright (c) LukeHagar 2025</Copyright>

View File

@@ -90,8 +90,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Media(SDKConfig config)

View File

@@ -148,8 +148,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Playlists(SDKConfig config)

View File

@@ -143,8 +143,8 @@ namespace LukeHagar.PlexAPI.SDK
};
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Plex(SDKConfig config)

View File

@@ -292,8 +292,8 @@ namespace LukeHagar.PlexAPI.SDK
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public IServer Server { get; private set; }
public IMedia Media { get; private set; }

View File

@@ -52,7 +52,7 @@ namespace LukeHagar.PlexAPI.SDK
{"port", "32400"},
},
};
UserAgent = "speakeasy-sdk/csharp 0.16.0 2.674.1 0.0.3 LukeHagar.PlexAPI.SDK";
UserAgent = "speakeasy-sdk/csharp 0.16.1 2.674.3 0.0.3 LukeHagar.PlexAPI.SDK";
SecuritySource = null;
Hooks = new SDKHooks();
RetryConfig = null;

View File

@@ -87,8 +87,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Search(SDKConfig config)

View File

@@ -126,8 +126,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Server(SDKConfig config)

View File

@@ -80,8 +80,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Sessions(SDKConfig config)

View File

@@ -71,8 +71,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Statistics(SDKConfig config)

View File

@@ -74,8 +74,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Updater(SDKConfig config)

View File

@@ -45,8 +45,8 @@ namespace LukeHagar.PlexAPI.SDK
};
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Users(SDKConfig config)

View File

@@ -62,8 +62,8 @@ namespace LukeHagar.PlexAPI.SDK
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Video(SDKConfig config)

View File

@@ -59,8 +59,8 @@ namespace LukeHagar.PlexAPI.SDK
};
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.16.0";
private const string _sdkGenVersion = "2.674.1";
private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3";
public Watchlist(SDKConfig config)

View File

@@ -614,4 +614,14 @@ Based on:
### Generated
- [csharp v0.16.0] .
### Releases
- [NuGet v0.16.0] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.16.0 - .
- [NuGet v0.16.0] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.16.0 - .
## 2025-08-07 00:27:12
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.598.3 (2.674.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.16.1] .
### Releases
- [NuGet v0.16.1] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.16.1 - .