10 lines
300 B
C#
10 lines
300 B
C#
namespace YandexMusic.API.Requests.Common.Attributes
|
|
{
|
|
public class YOAuthMobileAttribute : YBasePathRequestAttribute
|
|
{
|
|
public YOAuthMobileAttribute(string method, string url) : base(method, url)
|
|
{
|
|
basePath = "https://oauth.mobile.yandex.net";
|
|
}
|
|
}
|
|
} |