Free-to-Play Games Database

무료
분류별 Digiwalls Media | 업데이트됨 לפני 9 ימים | Gaming
인기

9.8 / 10

지연 시간

738ms

서비스 수준

99%

Health Check

N/A

모든 토론으로 돌아가기

help function

Rapid account: Xbeatrizscosta
xbeatrizscosta
לפני שנה

i have this function but I want to change console.log to return, so that I can use the function to remove the thumbnail to html later, can anyone help me?

const options = {
method: ‘GET’,
headers: {
‘X-RapidAPI-Key’: ‘5a417bb0c3msh9ad46ccb984dd3fp19d5f5jsn9469e39506ab’,
‘X-RapidAPI-Host’: ‘free-to-play-games-database.p.rapidapi.com
}
};

fetch(‘https://free-to-play-games-database.p.rapidapi.com/api/filter?tag=3d.mmorpg.fantasy.pvp&platform=pc’, options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));

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

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