ExerciseDB

फ्रीमियम
द्वारा Justin | अपडेट किया गया 9 days ago | Health and Fitness
लोकप्रियता

9.9 / 10

लेटेंसी

375ms

सेवा का स्तर

95%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

403 error

Rapid account: Rajpootrehan 386
rajpootrehan386
5 months ago

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 5 months ago

log that environment variable to verify it’s correctly configured

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें