This page contains all of our contacts for the RESTful API and Web Socket service, as well as data flow diagrams.
Flow of Data in the project
4XX | 5XX
Flow of Create Game
POST /createGame
200 OK
Flow of Join Game
POST /joinGame
200 OK
Flow of Start Game
Flow of Start Round
Flow of End of Round
GET /process/:gameID/:roundNumber
Response 200 OK
GET /games/:gameID/:playerID
Response
GET /games
Response
GET /games/:gameID
Response
GET /consent
Response
POST /consent
GET /games/:gameID/csv
Response
The game object as CSV with the “Content-Type” as “text/csv”.
GET /games/:gameID/xlsx
Response
GET /games/latest
Response
GET /games/configs
Response
GET /games/configs/:id
Response
POST /games/configs
GET /games/configs/latest
Response
POST /update/player/:gameID