YouTube Downloader With MP3

フリーミアム
よって lifehacker-rayhan | 更新済み एक महीने पहले | Other
人気

0.3 / 10

レイテンシー

127,270ms

サービスレベル

0%

Health Check

N/A

すべてのディスカッションに戻る

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 2 वर्ष पहले

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿