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
Endpoint for sending a friend request to a specified player. POST friends/request
Endpoint(s) to accept or refuse the the request. POST friends/answer with true or false boolean or friend/answer/accept and friend/answer/refuse
How do you think this should work?
The list of all friends and all incoming requests should to stored inside the player data.
When a player sends a friend request the targeted player receives notification that they have received a friend request.
This creates a preliminary friend object between the players.
When a request is accepted this preliminary object is finalized and moved to the friend list of both players.
The text was updated successfully, but these errors were encountered:
What do you want to see in the API?
Endpoint for sending a friend request to a specified player. POST friends/request
Endpoint(s) to accept or refuse the the request. POST friends/answer with true or false boolean or friend/answer/accept and friend/answer/refuse
How do you think this should work?
The list of all friends and all incoming requests should to stored inside the player data.
When a player sends a friend request the targeted player receives notification that they have received a friend request.
This creates a preliminary friend object between the players.
When a request is accepted this preliminary object is finalized and moved to the friend list of both players.
The text was updated successfully, but these errors were encountered: