We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
200
{ "total_players": 154, // "playerCount" から変更 "games": { "life": { "players": 100 }, "lgw": { "players": 30 }, "diverse": { "players": 20 }, "jg": { "players": 4, "modes": { "sclat": 4, "jg": 0, //つづく... } }, //つづく... } }
The text was updated successfully, but these errors were encountered:
playerCount -> total_player_countかtotal_playersがいいかも
playerCount
total_player_count
total_players
Sorry, something went wrong.
ですね total_playersでいいと思います
{ "total_players": 154, "games": { "life": { "players": 100 }, "lgw": { "players": 30 }, "diverse": { "players": 20 }, "jg": { "players": 4, "modes": { "sclat": 4, "jg": 0, //つづく... } }, //つづく... } }
No branches or pull requests
200
The text was updated successfully, but these errors were encountered: