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

GET /counts #2

Open
matsu1213 opened this issue Jul 10, 2022 · 3 comments
Open

GET /counts #2

matsu1213 opened this issue Jul 10, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@matsu1213
Copy link

matsu1213 commented Jul 10, 2022

GET /counts

200

{
  "total_players": 154, // "playerCount" から変更
  "games": {
    "life": {
      "players": 100
    },
    "lgw": {
      "players": 30
    },
    "diverse": {
      "players": 20
    },
    "jg": {
      "players": 4,
      "modes": {
        "sclat": 4,
        "jg": 0,
        //つづく...
      }
    },
    //つづく...
  }
}
@acrylic-style acrylic-style added the enhancement New feature or request label Jul 10, 2022
@acrylic-style
Copy link
Member

playerCount -> total_player_counttotal_playersがいいかも

@matsu1213
Copy link
Author

ですね
total_playersでいいと思います

@matsu1213
Copy link
Author

{
  "total_players": 154,
  "games": {
    "life": {
      "players": 100
    },
    "lgw": {
      "players": 30
    },
    "diverse": {
      "players": 20
    },
    "jg": {
      "players": 4,
      "modes": {
        "sclat": 4,
        "jg": 0,
        //つづく...
      }
    },
    //つづく...
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants