YandexMusic 0.2.0
dotnet add package YandexMusic --version 0.2.0
NuGet\Install-Package YandexMusic -Version 0.2.0
<PackageReference Include="YandexMusic" Version="0.2.0" />
<PackageVersion Include="YandexMusic" Version="0.2.0" />
<PackageReference Include="YandexMusic" />
paket add YandexMusic --version 0.2.0
#r "nuget: YandexMusic, 0.2.0"
#:package YandexMusic@0.2.0
#addin nuget:?package=YandexMusic&version=0.2.0
#tool nuget:?package=YandexMusic&version=0.2.0
YandexMusic
Unofficial asynchronous .NET client for the Yandex Music API. Targets .NET 8, 9 and 10.
using YandexMusic;
await using var client = new YandexMusicClient();
client.Authentication.SignInWithToken("<oauth-token>");
var track = await client.Tracks.GetAsync("33221455");
Console.WriteLine(track?.Title);
Every method is asynchronous and accepts a CancellationToken. For dependency-injection use the
YandexMusic.DependencyInjection
package (services.AddYandexMusic()).
Documentation: https://jrfrigat.github.io/YandexMusic/
⚠️ Unofficial library, not affiliated with Yandex. Use at your own risk and comply with the Yandex Music terms of use.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on YandexMusic:
| Package | Downloads |
|---|---|
|
YandexMusic.DependencyInjection
Dependency-injection integration for the YandexMusic client — AddYandexMusic() over a pooled SocketsHttpHandler. — DI-интеграция клиента Яндекс Музыки. |
GitHub repositories
This package is not used by any popular GitHub repositories.