ValorantAPI icon indicating copy to clipboard operation
ValorantAPI copied to clipboard

Adding Leaderboard V3, Fixing Card in AccountDetails

Open NavisGames opened this issue 11 months ago • 0 comments

Description

I added leaderboard v3 with its classes and own parameters, and removed the not supported v1 of the leaderboard, v2 is still in the code, but not accessible, because I don't know how to do that because of the platform which is needed in the path for v3 XD

Account Details also had a small issue, since the new API update the card is now a string with its ID, instead of an own class with all the links of the images

Type of Change

  • [ ] 📚 Examples / docs / tutorials / dependencies update
  • [x] 🔧 Bug fix (non-breaking change which fixes an issue)
  • [x] 🥂 Improvement (non-breaking change which improves an existing feature)
  • [ ] 🚀 New feature (non-breaking change which adds functionality)
  • [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] 🔐 Security fix

Checklist

  • [x] I've read the CODE_OF_CONDUCT.md document.
  • [x] I've read the CONTRIBUTING.md guide.
  • [x] I've updated the code style using make codestyle.
  • [ ] I've written tests for all new methods and classes that I created.
  • [x] I've written the docstring in Google format for all the methods and classes that I used.

NavisGames avatar Jan 18 '25 18:01 NavisGames