mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@ generation:
|
||||
generateNewTests: false
|
||||
skipResponseBodyAssertions: false
|
||||
csharp:
|
||||
version: 0.16.0
|
||||
version: 0.16.1
|
||||
additionalDependencies: []
|
||||
author: LukeHagar
|
||||
baseErrorName: PlexAPIError
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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; }
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
12
RELEASES.md
12
RELEASES.md
@@ -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 - .
|
||||
Reference in New Issue
Block a user