YouTube Downloader With MP3

ÜCRETSİZ PREMIUM
Taraf lifehacker-rayhan | Güncelleyen a month ago | Other
Popülerlik

0.3 / 10

Gecikme

127,263ms

Hizmet Düzeyi

0%

Health Check

N/A

Tüm Tartışmalara Dön

response result /json

Rapid account: Trabia
trabia
6 years ago

why im request with postman,and i get result only /json???

router.get(’/’, async (req,res) => {
try {
const link = 'https://ytapi.p.mashape.com/json?id=kELQmfcnKqQ
const data = await axios.get(link,{
headers : {
‘X-Mashape-Key’: ‘vJBHPWNJ4GmshgKmdSZMiSeVv47Sp1pxSuyjsnGhDOS2ui6F6e’,
‘Accept’ : ‘application/json’
}
})

res.json(data)

} catch (error) {
res.json(error)
}
});

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun