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] /api/games/{gameId}:playCard
Request
{ "playerId": "playerId", "type": "PATH", "handIndex": 1, "row": 1, "col": 1, "flipped": false }
Response (http 204)
無
Web socket channel: 'PLAYER_CARD_PLACED' message:
{ "type": "PATH", "playerName": "name", "card": { "row": 0, "col": 0, "name": "Cross", "flipped": false } }
channel: 'GAME_NEXT_PLAYER' message:
{ "nextPlayerName": "name", }
The text was updated successfully, but these errors were encountered:
Jacky0428
No branches or pull requests
內容:
[POST] /api/games/{gameId}:playCard
Request
Response (http 204)
Web socket
channel: 'PLAYER_CARD_PLACED'
message:
channel: 'GAME_NEXT_PLAYER'
message:
驗收:
相關資料:
The text was updated successfully, but these errors were encountered: