Valorant-API / java-library

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

2 sove #5

Open varad615 opened 2 years ago

varad615 commented 2 years ago

Just check i notice there are 2 sove. One with all the images and icons (uuid:- 320b2a48-4d9b-a075-30f1-1f93a9b638fa) and other with no bust and full potrate (uuid:- ded3520f-4264-bfed-162d-b080e2abccf9)

Just have a check Sove with all images :- https://valorant-api.com/v1/agents/320b2a48-4d9b-a075-30f1-1f93a9b638fa Sove with no images :- https://valorant-api.com/v1/agents/ded3520f-4264-bfed-162d-b080e2abccf9

Correct me if i am wrong Thanks You

Kranfilar commented 2 years ago

Just check i notice there are 2 sove. One with all the images and icons (uuid:- 320b2a48-4d9b-a075-30f1-1f93a9b638fa) and other with no bust and full potrate (uuid:- ded3520f-4264-bfed-162d-b080e2abccf9)

Just have a check Sove with all images :- https://valorant-api.com/v1/agents/320b2a48-4d9b-a075-30f1-1f93a9b638fa Sove with no images :- https://valorant-api.com/v1/agents/ded3520f-4264-bfed-162d-b080e2abccf9

Correct me if i am wrong Thanks You

Try passing this query '?isPlayableCharacter=true'

The URL should look like this: https://valorant-api.com/v1/agents?isPlayableCharacter=true

varad615 commented 2 years ago

Thank you for the solution

Kranfilar commented 2 years ago

Thank you for the solution

I'm glad to help!