YouTube Downloader With MP3

FREEMIUM
Par lifehacker-rayhan | Mise à jour 1ヶ月前 | Other
Popularité

0.3 / 10

Latence

127,263ms

Niveau de service

0%

Health Check

N/A

Retour à toutes les discussions

response result /json

Rapid account: Trabia
trabia
6年前

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

Participez à la discussion - ajoutez un commentaire ci-dessous:

Connectez-vous / Inscrivez-vous pour publier de nouveaux commentaires