Poker (1.0)

Download OpenAPI specification:Download

The poker API description

poker

PokerController_welcome

Responses

PokerController_draw

Responses

Response samples

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

PokerController_judgeRole

Request Body schema: application/json
hand
required
Array of strings

手札

Responses

Request samples

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

Response samples

Content type
application/json
{
  • "hand": [
    ],
  • "role": "STRAIGHT_FLASH"
}

PokerController_play

Request Body schema: application/json
handList
required
Array of strings

手札のリスト

Responses

Request samples

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

Response samples

Content type
application/json
{
  • "hand": [
    ],
  • "role": "STRAIGHT_FLASH"
}

health-check

HealthCheckController_healthCheck

Responses