Go to file
stryan fa019a4de2 actually use new handlers 2022-03-07 15:04:13 -05:00
ui Add initial api and docker files (#1) 2022-03-05 09:57:20 -05:00
README.md pretty readme 2022-03-03 13:30:52 -05:00
api.go actually use new handlers 2022-03-07 15:04:13 -05:00
api_types.go session skeleton up 2022-03-07 14:47:21 -05:00
docker-compose.yml Add initial api and docker files (#1) 2022-03-05 09:57:20 -05:00
go.mod rest of the routes, dummy game creation 2022-03-07 14:47:35 -05:00
go.sum rest of the routes, dummy game creation 2022-03-07 14:47:35 -05:00
main.go actually use new handlers 2022-03-07 15:04:13 -05:00
session.go rest of the routes, dummy game creation 2022-03-07 14:47:35 -05:00
util.go rest of the routes, dummy game creation 2022-03-07 14:47:35 -05:00

README.md

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