Valorant-API / java-library

Java/Kotlin implementation for https://valorant-api.com
MIT License
54 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!

henil-ciccc commented 2 months ago

Can I know why is this implemented in such a way? I cannot fathom having a use case where you want multiple sova agents with different information.

Curious to know. Thank you