Skip to main content

AAC Go Fish

AAC Team Sec2 - API Docs

Download OpenAPI specification:Download

This API controls basic lobby functionality of the AAC game

Create Lobby

Creates a new lobby, returning lobby code.

Responses

Response samples

Content type
application/json
{
  • "code": [
    ]
}

Join Lobby

Joins a player to a lobby by its unique game code, returning new player information.

Request Body schema: application/json

Lobby Code

code
Array of arrays

Responses

Request samples

Content type
application/json
{
  • "code": [
    ]
}

Response samples

Content type
application/json
{
  • "id": "3e6b52bf-23ae-4f50-ba84-ad35ed1df31b"
}

Websocket Connection

Handles a WebSocket connection for receiving and responding to messages. For more information see Websocket schema.