3.11.0 • Published 1 year ago

tba-api-v3client-ts v3.11.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

The Blue Alliance API v3 : Typescript

Autogenerated typescript bindings for TBA API v3

Usage

import { OpenAPI, EventService } from "tba-api-v3client-ts";

// Pull TBA key from environment variable and set as header value
OpenAPI.HEADERS = {
  "X-TBA-Auth-Key": process.env.TBA_KEY,
};

const event = await EventService.getEvent("2020miket");
console.log(event);