HeLO-System / HeLO-Server

Python-flask based backend for the HeLO System
http://api.helo-system.de
3 stars 2 forks source link

winrate per maps in one endpoint/response? #20

Open Soxxes opened 2 years ago

hoersamu commented 2 years ago

Preferably something like that

[
  {
    name:"Hill",
    totalGames:10,
    wins:6,
    loses:4,
    winrate:0.6,
    // (additional data)
  },
  ...{}
]