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

Online player list via API #1282

Open
1 task done
docimin opened this issue Aug 2, 2023 · 0 comments
Open
1 task done

Online player list via API #1282

docimin opened this issue Aug 2, 2023 · 0 comments
Labels
a: api An issue/pull request that is related to api changes. in: module An issue/pull request releated to one of the internal modules s: accepted The pull request is accepted and waits for a maintainer to merge it t: feature request A request of a feature someone wants to see in a future release. v: 4.X This pull should be included in the 4.0 release

Comments

@docimin
Copy link
Contributor

docimin commented Aug 2, 2023

Describe the new feature

Being able to read the player list.

Currently you are only able to get the onlineCount via GET /player/onlineCount & registeredCount via GET /player/registeredCount.
However, there is no clean way to get the online player list.

As slightly discussed in the Discord, the route would be useful on GET /player

Why do you need this feature?

To show a player list in my upcoming public webinterface with the ability to see who exactly is online, and not just the amount of players.

Alternatives

Listing all known services and reading the players out from that, but this is extremely bad if you have a lot of services.

Other

Discussed slightly in discord: https://canary.discord.com/channels/325362837184577536/818777626663321671/1136233623469707325

Issue uniqueness

  • Yes, this issue is unique. There are no similar issues.
@docimin docimin added s: needs triage Issue waiting for triage t: feature request A request of a feature someone wants to see in a future release. labels Aug 2, 2023
@0utplay 0utplay added v: 4.X This pull should be included in the 4.0 release in: module An issue/pull request releated to one of the internal modules s: accepted The pull request is accepted and waits for a maintainer to merge it a: api An issue/pull request that is related to api changes. and removed s: needs triage Issue waiting for triage labels Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: api An issue/pull request that is related to api changes. in: module An issue/pull request releated to one of the internal modules s: accepted The pull request is accepted and waits for a maintainer to merge it t: feature request A request of a feature someone wants to see in a future release. v: 4.X This pull should be included in the 4.0 release
Projects
None yet
Development

No branches or pull requests

2 participants