ExerciseDB

부분 유료
분류별 Justin | 업데이트됨 vor 9 Tagen | Health and Fitness
인기

9.9 / 10

지연 시간

375ms

서비스 수준

95%

Health Check

100%

모든 토론으로 돌아가기

403 error

Rapid account: Rajpootrehan 386
rajpootrehan386
vor 5 Monaten

its says you not subcribe to the api but i subcribe it
export const exerciseOption = {

    method: 'GET',
    params: {limit: '10'},
    headers: {
      'X-RapidAPI-Key': process.env.REACT_APP_RAPID_API_KEY,
      'X-RapidAPI-Host': 'exercisedb.p.rapidapi.com'
    }

}

export const FetchData=async (url , options)=>{
const response = await fetch(url , options);
const data = await response.json();
return data;
}

Rapid account: Justin W Fns XH T 6
justin-WFnsXH_t6 Commented vor 5 Monaten

log that environment variable to verify it’s correctly configured

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

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