SDK
We are designed our new SDK tool that you can use via NPM. It is compatible with ES6 and CommonJS.
Installation
npm install @f1api/sdk
Usage
Initialize the SDK
import F1Api from "@f1api/sdk" const f1Api = new F1Api()
Use any method to retrieve endpoint data
const drivers = await f1Api.getDrivers()