YouTube Downloader With MP3

FREEMIUM
Por lifehacker-rayhan | Actualizada a month ago | Other
Popularidad

0.3 / 10

Latencia

127,271ms

Nivel de servicio

0%

Health Check

N/A

Volver a todas las conversaciones

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)
}
});

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios