倫岡
Size: a a a
倫岡
倫岡
AF
ЛХ
YZ
http.get()передать еще и заголовок с токеном, по тому что написано на сайте NideJs выглядеть должно так:
http.get({
hostname: 'localhost',
port: 80,
path: '/',
agent: false // create a new agent just for this one request
}, (res) => {
// Do stuff with response
});
http.get(uri, {
headers: {
'X-Yandex-API-Key': config.get("YKey")
}
}, response => {
console.log(response)
})
AF
YZ
YZ
AF
AF
W
KG
AF
YZ
YZ
AF
KG
KG
AF