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
We would like to see what games player have played in the past. Epsecially what adventures their character were taking part in.
This will require at first some UI design and frontend development.
In order to retrieve list of games that player has already played one can use endpoint /api/games/past/?having_player=ID where ID is the id of the user profile. This won't be accurate though, so we may think of providing separate API endpoint for this information.
The text was updated successfully, but these errors were encountered:
We would like to see what games player have played in the past. Epsecially what adventures their character were taking part in.
This will require at first some UI design and frontend development.
In order to retrieve list of games that player has already played one can use endpoint
/api/games/past/?having_player=ID
whereID
is the id of the user profile. This won't be accurate though, so we may think of providing separate API endpoint for this information.The text was updated successfully, but these errors were encountered: