No longer intersed in keeping up with this, busy with other things
This ValorantAPI that will allow you to access your in-game shop, match history, balance and more. More documentation will come out on this and there will also be an example release soon.
If you find an issue you can submit it here.
- Install maven
sudo apt-get install maven
- Verify installation
mvn -v
- Clone the repository
git clone git@github.com:TewPingz/ValorantAPI.git
- Navigate to the new folder
cd valorantapi
- Import
pom.xml
into your IDE
- Navigate to the repository home directory
- Run
mvn clean install
- Find the compiled jars at
target/ValorantAPI-1.0.jar
- Compile by following the steps above.
- Use the following in your desired project.
<dependency>
<groupId>me.tewpingz.valorant</groupId>
<artifactId>ValorantAPI</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
You can submit a pull request with your changes.