# VALO API WRAPPER

Valo API Wrapper is fork of tanishqmanuja's [valorant-api-client](https://www.npmjs.com/package/@tqman/valorant-api-client), this package is meant to extend it's available endpoints for Valorant. I hope to cover all known endpoints provided by [valorant-api-types](https://www.npmjs.com/package/valorant-api-types) while also providing ease of use access for developers.

## 📦 Installation

Install valorant-api-wrapper with npm, pnpm or bun

```sh
npm i valo-api-wrapper@latest
```

```sh
pnpm add valo-api-wrapper@latest
```

```sh
bun add valo-api-wrapper@latest
```

## 📃 Usage

Check out the [examples](./examples) directory to get started with VAPIC.

- Local Authentication Example: [vapic-local.ts](./examples/vapic-local.ts)
- Remote Authentication Example: 🚧 Broken as of now ( Thanks to Rito ) 🚧

## ❤️‍🔥 Credits

- [**@tanishqmanuja**](https://github.com/tanishqmanuja) for the original [valorant-api-client](https://github.com/tanishqmanuja/valorant-api-client) package
- [**@techchrism**](https://github.com/techchrism) for [valorant-api-docs](https://github.com/techchrism/valorant-api-docs)

## ⚖️ Disclaimer

THIS PROJECT IS NOT ASSOCIATED OR ENDORSED BY RIOT GAMES. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc. Whilst effort has been made to abide by Riot's API rules; you acknowledge that use of this software is done so at your own risk.
