Добавлен вывод AuthStorage. Спрятаны внутренние api запросы
All checks were successful
Release / pack-and-publish (release) Successful in 32s

This commit is contained in:
FrigaT
2026-04-19 17:41:30 +03:00
parent 36e28ce3fe
commit add7f08215
64 changed files with 66 additions and 69 deletions

View File

@@ -5,7 +5,7 @@ using YandexMusic.API.Models.Label;
namespace YandexMusic.API.Requests.Label;
public class YGetLabelArtistsBuilder : YMusicRequestBuilder<YLabelArtists?, (YLabel label, int pageNumber)>
internal class YGetLabelArtistsBuilder : YMusicRequestBuilder<YLabelArtists?, (YLabel label, int pageNumber)>
{
public YGetLabelArtistsBuilder(YandexMusicApi api) : base(api) { }
protected override string Method => WebRequestMethods.Http.Get;