No description
This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
James Corder Guy ccbe8793b4 Fix typo
2018-04-18 19:35:42 -05:00
.gitignore oops wrong thing 2018-04-17 14:07:14 -05:00
mocha.db Add additional test users 2018-04-18 19:28:20 -05:00
mocha_server.py Remove extraneous check 2018-04-17 15:41:09 -05:00
README.md Fix typo 2018-04-18 19:35:42 -05:00
requirements.txt no more django 2018-04-17 14:07:22 -05:00

API endpoints:

Base url = https://corder.tech

Endpoint Return Implemented?
/mocha/users/{user_id} row with the given user Yes
/mocha/users/* all rows Yes
/mocha/top/{n} users with the n highest scores No
/mocha/set/{user_id}/{num_steps} 200 OK if successful No