You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask, if it is possible to include basic information to games endpoint ?
For example, if you open developer tools on page http://www.openra.net/games/, you can see there is another request to obtain map info for every displayed game in list. IMO, it would be better to include basic map info right into games/ endpoint, so it would save several request.
The point, why I'm asking is that I'm trying to implement own games browser, where user can filter games based on mods, players, maps, etc. So, when my games browser will show for example 50 games, it needs also send another 50 request to get map info.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to ask, if it is possible to include basic information to games endpoint ?
For example, if you open developer tools on page http://www.openra.net/games/, you can see there is another request to obtain map info for every displayed game in list. IMO, it would be better to include basic map info right into
games/
endpoint, so it would save several request.The point, why I'm asking is that I'm trying to implement own games browser, where user can filter games based on mods, players, maps, etc. So, when my games browser will show for example 50 games, it needs also send another 50 request to get map info.
The text was updated successfully, but these errors were encountered: