обновление json parse
All checks were successful
Release / pack-and-publish (release) Successful in 45s
All checks were successful
Release / pack-and-publish (release) Successful in 45s
This commit is contained in:
10
YaMusicCli/Program.cs
Normal file
10
YaMusicCli/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
internal class Program
|
||||
{
|
||||
private async static Task Main(string[] args)
|
||||
{
|
||||
var client = new YandexMusic.YandexMusicClient();
|
||||
var type = await client.Authorize("y0__xDy2budARje-AYg7rmliBc11LbYoMeUiwiO6f6mSCAMDYVIKg");
|
||||
var playlists = (await client.GetFavoritesAsync()).Where(t => t.Owner.Uid == client.Account.Uid).ToList();
|
||||
var playlist = await client.GetPlaylistAsync("97ae0768-8a40-8485-9fa4-b6c856bc6b21");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user