Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winrate per maps in one endpoint/response? #20

Open
Soxxes opened this issue Apr 20, 2022 · 1 comment
Open

winrate per maps in one endpoint/response? #20

Soxxes opened this issue Apr 20, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request python Pull requests that update Python code

Comments

@Soxxes
Copy link
Member

Soxxes commented Apr 20, 2022

No description provided.

@Soxxes Soxxes added enhancement New feature or request python Pull requests that update Python code labels Apr 20, 2022
@hoersamu
Copy link
Member

hoersamu commented Apr 26, 2022

Preferably something like that

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

@Soxxes Soxxes self-assigned this Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
Status: No status
Development

No branches or pull requests

2 participants