YouTube Downloader With MP3

FREEMIUM
Durch lifehacker-rayhan | Aktualisiert לפני חודש | Other
Popularität

0.3 / 10

Latenz

127,263ms

Service Level

0%

Health Check

N/A

Zurück zu allen Diskussionen

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

Rapid account: Othmane Dch
OthmaneDch Commented לפני שנתיים

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen