UNPKG

ym-api

Version:

A Node.js wrapper for the Yandex.Music API (Unofficial) http://music.yandex.ru

7 lines (5 loc) 147 B
import Request from "../Request"; import config from "../config"; export default function authRequest() { return new Request(config.authApi); }