Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.23 KB

Archived

No longer intersed in keeping up with this, busy with other things

ValorantAPI

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.

Reporting an issue

If you find an issue you can submit it here.

Get the Source

  1. Install maven sudo apt-get install maven
  2. Verify installation mvn -v
  3. Clone the repository git clone git@github.com:TewPingz/ValorantAPI.git
  4. Navigate to the new folder cd valorantapi
  5. Import pom.xml into your IDE

Compile a Build

  1. Navigate to the repository home directory
  2. Run mvn clean install
  3. Find the compiled jars at target/ValorantAPI-1.0.jar

Usage

  1. Compile by following the steps above.
  2. Use the following in your desired project.
      <dependency>
          <groupId>me.tewpingz.valorant</groupId>
          <artifactId>ValorantAPI</artifactId>
          <version>1.0</version>
          <scope>compile</scope>
      </dependency>

Contributing

You can submit a pull request with your changes.