Valorant-API / java-library

Java/Kotlin implementation for https://valorant-api.com
MIT License
49 stars 3 forks source link

EndPoint BattlePass #3

Closed SamueldaCostaAraujoNunes closed 3 years ago

SamueldaCostaAraujoNunes commented 3 years ago

I'm a developer of the App Battle Pass Calculator for VALORANT unfortunately, the Riot API doesn't support the current Battle Pass data, usually I collect all the data manually. I would like to know, if it is possible to create an endpoint that returns all the rewards of the pass? passing as a parameter the id of the act / episode.

How I use it today: passe.json

BobbyESP commented 3 years ago

Hi, Samuel. I recommend you to see this GitHub repo: THIS (it's not mine, but if u like it, pls star it)

For you, i think it will be very useful. I were searching and the endpoint that you need maybe it's this, but i'm not sure: THIS Thank you!

SamueldaCostaAraujoNunes commented 3 years ago

I think it fits what I need, thanks!