Skip to content

Commit

Permalink
add link to content api docs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Apr 26, 2022
1 parent 7c8cc42 commit 00aef15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="./donate.md"><img src="https://img.shields.io/badge/Donate%20Bitcoin-3FPBfiEwioWHFix3kZqe5bdU9F5o8mG8dh-%23FF9900?style=flat&logo=bitcoin" alt="donate bitcoin"/></a>
</p>

This is an **unofficial** NodeJS library for interacting with the [VALORANT](https://playvalorant.com/) APIs used in game.
This is an **unofficial** NodeJS library for interacting with the [VALORANT](https://playvalorant.com/) APIs used in game. It also serves as a wrapper around third party APIs that provide game content such as maps, player cards and weapons.

## Install

Expand Down Expand Up @@ -225,6 +225,10 @@ Below is a list of API calls that are implemented in this library.
- [x] `getPlayers(playerIds)`
- [x] `getStoryContractDefinitions()`
# Content API
Check out the [Content API Docs](./docs/ContentAPI.md) if you're wanting to fetch game assets such as Maps, Player Cards and Weapons.
# Local Riot Client API
If you're looking for information on how to interact with `RiotClientServices.exe`, such as intercepting requests, take a look at the documentation in [RiotClientServices.md](./docs/RiotClientServices.md)
Expand Down

0 comments on commit 00aef15

Please sign in to comment.