Добавлен вывод AuthStorage. Спрятаны внутренние api запросы
All checks were successful
Release / pack-and-publish (release) Successful in 32s
All checks were successful
Release / pack-and-publish (release) Successful in 32s
This commit is contained in:
@@ -3,7 +3,7 @@ using YandexMusic.API.Models.Artist;
|
||||
|
||||
namespace YandexMusic.API.Requests.Artist;
|
||||
|
||||
public class YGetArtistsBuilder : YMusicRequestBuilder<List<YArtist>?, IEnumerable<string>>
|
||||
internal class YGetArtistsBuilder : YMusicRequestBuilder<List<YArtist>?, IEnumerable<string>>
|
||||
{
|
||||
public YGetArtistsBuilder(YandexMusicApi api) : base(api) { }
|
||||
protected override string Method => WebRequestMethods.Http.Post;
|
||||
|
||||
Reference in New Issue
Block a user