Add api client project

This commit is contained in:
2025-05-24 20:47:01 +02:00
parent a80465c6c1
commit 9904616751
112 changed files with 10946 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
// <auto-generated/>
#pragma warning disable CS0618
using Microsoft.Kiota.Abstractions.Extensions;
using Microsoft.Kiota.Abstractions;
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Dist.GetDistributionInfo;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using System;
namespace MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Dist
{
/// <summary>
/// Builds and executes requests for operations under \YamahaExtendedControl\v1\dist
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
public partial class DistRequestBuilder : BaseRequestBuilder
{
/// <summary>The getDistributionInfo property</summary>
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Dist.GetDistributionInfo.GetDistributionInfoRequestBuilder GetDistributionInfo
{
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Dist.GetDistributionInfo.GetDistributionInfoRequestBuilder(PathParameters, RequestAdapter);
}
/// <summary>
/// Instantiates a new <see cref="global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Dist.DistRequestBuilder"/> and sets the default values.
/// </summary>
/// <param name="pathParameters">Path parameters for the request</param>
/// <param name="requestAdapter">The request adapter to use to execute the requests.</param>
public DistRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/YamahaExtendedControl/v1/dist", pathParameters)
{
}
/// <summary>
/// Instantiates a new <see cref="global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Dist.DistRequestBuilder"/> and sets the default values.
/// </summary>
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
/// <param name="requestAdapter">The request adapter to use to execute the requests.</param>
public DistRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/YamahaExtendedControl/v1/dist", rawUrl)
{
}
}
}
#pragma warning restore CS0618