We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POST /game/{game_pk}/join/
Player join to Game: this call should add Player to Content in a give position. Player will be the player that realize call.
data = { 'position': { 'longitude': 37.201421, 'latitude': -6.9447224 } }
return:
201 if Player is added to contents 401 if unauthorizhed 400 if data is incorrect 404 if game not exist
The text was updated successfully, but these errors were encountered:
Merge branch 'dev' into #16-player-join-to-game
bc54911
60e014b
rarellano
No branches or pull requests
POST /game/{game_pk}/join/
Player join to Game: this call should add Player to Content in a give position.
Player will be the player that realize call.
return:
201 if Player is added to contents
401 if unauthorizhed
400 if data is incorrect
404 if game not exist
The text was updated successfully, but these errors were encountered: