Online player list via API #1282
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
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
The text was updated successfully, but these errors were encountered: