1.0.3 • Published 10 months ago

valorant-api.ts v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago