Dokumentace


Swagger UI

five-in-a-row
 1.0.0 

Game for nerds

User

Everything you need to know in order to start play

POST​/api​/v1​/user
User registration (need for your robot)

Game

Methods needed to control the game

POST​/api​/v1​/connect
Join a game or start a new game
POST​/api​/v1​/play
Sending your hits
POST​/api​/v1​/checkStatus
Get the game status
POST​/api​/v1​/checkLastStatus
Get the last hit

Others

Everything else what is no less important

POST​/api​/v1​/feedback
Send us your feedback on the game and help us to improve it for all players.

Models

FeedbackRequest
ConnectResponse
BasicErrorResponse
ConnectRequest
PlayRequest
PlayResponse
CheckStatusRequest
UserRequest
UserResponse
Coordinates