ym-api-meowed
Version:
A Node.js wrapper for the Yandex.Music API (Unofficial) http://music.yandex.ru
27 lines (26 loc) • 534 B
text/typescript
export default {
api: {
host: "api.music.yandex.net",
port: 443,
scheme: "https"
},
authApi: {
host: "oauth.yandex.ru",
port: 443,
scheme: "https"
},
clckApi: {
host: "clck.ru",
port: 443,
scheme: "https"
},
oauth: {
CLIENT_ID: "23cabbbdc6cd418abb4b39c32c41195d",
CLIENT_SECRET: "53bc75238f0c4d08a118e51fe9203300"
},
fake_device: {
DEVICE_ID: "377c5ae26b09fccd72deae0a95425559",
UUID: "3cfccdaf75dcf98b917a54afe50447ba",
PACKAGE_NAME: "ru.yandex.music"
}
};