YouTube Downloader With MP3

부분 유료
분류별 lifehacker-rayhan | 업데이트됨 un mese fa | Other
인기

0.3 / 10

지연 시간

127,271ms

서비스 수준

0%

Health Check

N/A

모든 토론으로 돌아가기

response result /json

Rapid account: Trabia
trabia
6 anni fa

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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입