Version 2.4.0
Changelog
PR : #8
- Added stats summary endpoint (
/players/{player_id}/stats/summary
) :- Get a summary of essential stats you would need to track your progress : games played, time played, winrate, kda, eliminations, assists, deaths, damage, healing.
- You can retrieve data for a specific hero, but it's also calculated for each role and in general
- Filter on the gamemode and/or platform you want, or retrieve the sum of the data for every gamemode and/or platform (default behaviour)
- Moved
/heroes/roles
endpoint to/roles
- Updated documentation structure and various routes descriptions