You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm i https://github.com/tanishqmanuja/valorant-api-client/releases/download/v3.0.0-alpha.0/vapic-3.0.0-alpha.0.tgz
27
+
const v =createValorantApiClient({ initializer: "local" });
28
+
29
+
const { data: help } =awaitv.local.request("/help");
30
+
console.log(help);
32
31
```
33
32
33
+
Check out the [examples](https://github.com/tanishqmanuja/valorant-api-client/tree/main/examples) folder for better understanding.
34
+
34
35
## 🌿 Show your Support
35
36
36
37
Give a ⭐️ if this project helped you!
37
38
38
-
## ⚖️ Disclaimer
39
-
40
-
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.
41
-
42
39
## ❤️🔥 Infinite Thanks
43
40
44
41
-[**@techchrism**](https://github.com/techchrism) for [valorant-api-docs](https://github.com/techchrism/valorant-api-docs)
42
+
-[**@floxay**](https://github.com/floxay)
43
+
44
+
## 📃 Disclaimer
45
+
46
+
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.
0 commit comments