Fullstack Go/baduk/weiqi application
Find a file
2019-10-13 10:28:06 -07:00
api split socket concerns 2019-10-12 00:16:00 -07:00
auth debug auth 2019-10-09 00:08:37 -07:00
configuration add secret key to prod config 2019-10-12 11:07:24 -07:00
migrations change model_id to model 2019-10-10 17:52:43 -07:00
models establish game socketio room connection 2019-10-11 13:56:28 -07:00
tests config tests 2019-10-04 11:24:11 -07:00
websockets split socket concerns 2019-10-12 00:16:00 -07:00
__init__.py debug server problems, implement auth route 2019-10-05 22:40:02 -07:00
app.py move config to environment variables 2019-10-11 23:04:11 -07:00
database.py debug server problems, implement auth route 2019-10-05 22:40:02 -07:00
manage.py debug one to many relationships 2019-10-10 17:41:49 -07:00
Procfile try config procfile server:socketio 2019-10-13 10:28:06 -07:00
README.md config api 2019-09-28 14:03:27 -07:00
requirements.txt add gunicorn 2019-10-12 11:53:37 -07:00
runtime.txt config api 2019-09-28 14:03:27 -07:00
server.py try config procfile server:socketio 2019-10-13 10:28:06 -07:00

Brower Go API

Resources

Login

Users

User Endpoints

@auth_required
/users/<str:user_name> GET
/users/<str:user_name> POST
/users/<str:user_name> PUT
Alias:
/users/<int:user_id>

Games

/games/ no endpoint; game lists are retrieved by room

Moves & Branches

/games/<int:game_id> GET
@auth_required
/games/<int:game_id> POST <- post move to game

Messages

@auth_required /games/<int:game_id>/moves/<int:move_id> POST <- post message/branch /games/<int:game_id>/moves/<int:move_id> POST <- edit move

Rooms

Archive Room

The archive room is used to search and access games once they have been completed. path: /rooms/archive