2022-03-16 23:26:13 -04:00
2022-03-08 16:11:15 -05:00
2022-03-16 23:26:13 -04:00
2022-03-07 21:43:36 -05:00
2022-03-07 16:14:30 -05:00
2022-03-07 16:14:30 -05:00
2022-03-07 15:04:13 -05:00
2022-03-08 16:12:41 -05:00
2022-03-07 16:14:30 -05:00
2022-03-07 16:14:30 -05:00

freego_api

freego implementation as a simple REST API.

Currently stores no state and has no user authentication, so using it should just be

  go build
  ./freego_api

Implemented routes

  POST /game
  GET /game/{id}
  GET /game/{id}/status
  POST /game/{id}/move
  GET /game/{id}/move/{movenum}

Authorization headers

Requests should contain header "Player-id"="red|blue"

Description
No description provided
Readme 140 KiB
Languages
Go 63.9%
TypeScript 23%
CSS 10%
Dockerfile 2.6%
JavaScript 0.5%