Добавьте файлы проекта.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Requests.Common.Attributes
|
||||
{
|
||||
public class YPassportRequestAttribute : YBasePathRequestAttribute
|
||||
{
|
||||
public YPassportRequestAttribute(string method, string url) : base(method, url)
|
||||
{
|
||||
basePath = "https://passport.yandex.ru";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user