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
2018-04-19 13:31:58 -05:00
.gitignore oops wrong thing 2018-04-17 14:07:14 -05:00
mocha.db Re-add database 2018-04-19 13:25:39 -05:00
mocha_server.py Fix text case 2018-04-19 13:27:44 -05:00
README.md Fix typo 2018-04-18 19:35:42 -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