issues
search
keggsmurph21
/
CatOnline
containerized server for hosting a Catan web app & user database
http://catonline.murp.us
GNU General Public License v3.0
3
stars
0
forks
source link
make API more RESTful
#7
Open
keggsmurph21
opened
6 years ago
keggsmurph21
commented
6 years ago
[ ] some sort of authentication scheme
[ ] should have an endpoint for
GET
/
POST
as well as
socket.io
connections
[ ] messages
[ ] lobby
[ ] admin
[ ] play
[ ] account management/creation
keggsmurph21
commented
6 years ago
[ ] handle errors more gracefully (in particular with lobby and admin) ... that means return sane status codes & messages when operations go wrong, know which ones should be displayed to the client and which shouldn't
GET
/POST
as well assocket.io
connections