Skip to content

Version 2.4.0

Compare
Choose a tag to compare
@TeKrop TeKrop released this 08 Jan 19:39
· 195 commits to main since this release
fedd44d

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