valorant-api.ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

valorant-api.ts

A Typescript library prepared according to the documentation of the Valorant-API.com website.

Usage

You can review the examples below to use the valorant-api.ts library in your project:

import { ValorantApi } from 'valorant-api.ts';

const api = new ValorantApi();

// examples
const agents = await api.agents.getAgents();
const buddies = await api.buddies.getBuddies();
// and so on for other classes.

npm version License

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i valorant-api.ts

    Weekly Downloads

    0

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    119 kB

    Total Files

    250

    Last publish

    Collaborators

    • orcunxrd