Football Prediction

פרמיום
על ידי boggio | מְעוּדכָּן 17 дней назад | Sports
פּוֹפּוּלָרִיוּת

9.9 / 10

חֶבִיוֹן

1,633ms

רמת שירות

100%

Health Check

N/A

חזרה לכל הדיונים

key in react.js

Rapid account: Carlos Giil 97
CarlosGiil97
3 года назад
Currently I am doing it like this:

const url = “https://football-prediction-api.p.rapidapi.com/api/v2/performance-stats”;

But I get an error that I am missing the api-key, how could I use it?

Thank you

Rapid account: Boggio Analytics
boggio-analytics Commented 3 года назад

You need to provide an opts parameter when you do the fetch, something like this

    const opts = {
        headers: {
            Accept: "application/json",
            "Content-Type": "application/json",
            "X-RapidApi-Key": "YOUR_KEY",
            "User-Agent": "APP_NAME + VERSION"
        },
        cache: "no-cache",
    };

    fetch(url, opts)

הצטרף לדיון - הוסף תגובה למטה:

התחבר / הירשם כדי לפרסם תגובות חדשות