tba-api-v3client-ts
TypeScript icon, indicating that this package has built-in type declarations

3.11.0 • Public • Published

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);

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i tba-api-v3client-ts

    Weekly Downloads

    10

    Version

    3.11.0

    License

    ISC

    Unpacked Size

    386 kB

    Total Files

    250

    Last publish

    Collaborators

    • cr1spybacon8r