728x90
const callAPI = async() => {
let url = new URL(`url주소`)
let header = new Headers({헤더내용}) // 이건 필요한 경우만
let response = await fetch(url,{headers:header})
let data = await response.json()
}
728x90
'코딩 > JavaScript' 카테고리의 다른 글
localStorage (0) | 2024.02.26 |
---|---|
6자리 랜덤 인증번호 생성 (0) | 2024.02.24 |
코알누 - News (0) | 2024.02.22 |
ES6 새로운 문법 (코알누) (0) | 2024.02.15 |
코알누 JS (0) | 2024.02.05 |