UNPKG

f1-api-node

Version:

A simple library written in typescript to fetch Formula-1 data

17 lines 669 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dynamicLinks = exports.staticLinks = void 0; exports.staticLinks = { drivers: "https://www.formula1.com/en/drivers.html", teams: "https://www.formula1.com/en/teams.html", hallOfFame: "https://www.formula1.com/en/drivers/hall-of-fame.html", }; exports.dynamicLinks = { rootLink: "https://www.formula1.com/en/results.html", driverStandings: "drivers.html", constructorStandings: "team.html", results: "races.html", fastestLap: "fastest-laps.html", raceSchedule: "https://www.formula1.com/en/racing/2022.html", }; //# sourceMappingURL=endpoints.js.map