Request lobby list with filters #217
Labels
API
enhancement
improvement of any kind
good first issue
Good for newcomers
hacktoberfest
Good first issue for hacktoberfest!
Right now you just get a list of public lobbies, that means that it is possible to get lobbies you are not really interested in. So a solution for reducing output would be to specify search filters.
One solution and the easiest would be to just specify fields as an object and provide values for comparison.
Example from one of my projects : https://github.com/BigETI/ElectrodZMultiplayer/wiki#listlobbies
Another solution would be to use a language that has been designed for this kind of problem like for example GraphQL: https://graphql.org/code/#go
The text was updated successfully, but these errors were encountered: