Create GET /api/games/{id} endpoint #40

Closed
opened 2025-11-20 22:17:34 +00:00 by KZix · 0 comments
Owner

Acceptance Criteria:

  • Return current game state
  • Include: cards in hand, trick, stock, opponent info, scores
  • Only participating players or admins can access
  • Return 404 if game not found
  • Return 401 if unauthorized
**Acceptance Criteria:** - [ ] Return current game state - [ ] Include: cards in hand, trick, stock, opponent info, scores - [ ] Only participating players or admins can access - [ ] Return 404 if game not found - [ ] Return 401 if unauthorized
KZix added the featureapigameplay labels 2025-11-20 22:17:34 +00:00
KZix added this to the Bisca - API project 2025-11-20 22:17:34 +00:00
KZix moved this to In Progress in Bisca - API on 2025-12-04 19:38:31 +00:00
KZix self-assigned this 2025-12-04 19:48:35 +00:00
KZix added reference feature/game-endpoints 2025-12-11 22:33:44 +00:00
KZix moved this to Done in Bisca - API on 2025-12-14 01:16:45 +00:00
KZix closed this issue 2025-12-18 21:03:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SyntaxSquad/DADProject#40