Teo230/Valorant.API

Endpoint for PlayerMMR is invalid

tbitowt opened this issue · 1 comments

Looks like API endpoint for PlayerMMR is the same as for CompetitiveMatch.

The endpoint mmr/v1/players/{playerId}/competitiveupdates is working for CompetetiveMatch, but PlayerMMR DTO does not fit to returned json data.

Check @Rumblemike Valorant API Wiki for more information, clone the repo of my custom API Wrapper, fix it, and create a pull request. At the moment my time is very limited