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
Rather than returning all of the games a player has ever played on the "get player" response, we should provide separate REST calls for "getting games".
GET ActiveGames(playerID) []network.Game
GET CompletedGames(playerID) []network.Game
GET GamesAgainst(myID, opponentID playerID) []network.Game
GET GamesIncluding(myID, otherPlayerID playerID) []network.Game
The text was updated successfully, but these errors were encountered:
Rather than returning all of the games a player has ever played on the "get player" response, we should provide separate REST calls for "getting games".
The text was updated successfully, but these errors were encountered: