Добавлен вывод 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:
@@ -12,7 +12,7 @@ namespace YandexMusic.API.Requests.Common;
|
||||
|
||||
/// <summary>Базовый строитель HTTP-запросов.</summary>
|
||||
/// <typeparam name="TParams">Тип параметров запроса.</typeparam>
|
||||
public abstract class YRequestBuilder<TParams>
|
||||
internal abstract class YRequestBuilder<TParams>
|
||||
{
|
||||
/// <summary>HTTP-метод (GET, POST и т.д.).</summary>
|
||||
protected abstract string Method { get; }
|
||||
|
||||
Reference in New Issue
Block a user