Skip to content

Authorize and proxy

Stanislav edited this page Feb 8, 2019 · 1 revision

Authorize

Authorization is optional for working with the API

For authorization, you can use the following solution:

 var yandexApi = new YandexMusicApi();
 yandexApi.Authorize("login", "password");

login - your yandex login password - your yandex password

Proxy

You can use a proxy to interact with the API. Example:

yandexApi.UseWebProxy(new ...)

Proxy usage is also optional.

Clone this wiki locally