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-17 14:41:13 -05:00
.gitignore oops wrong thing 2018-04-17 14:07:14 -05:00
mocha.db adding database functionality 2018-04-17 10:17:17 -05:00
mocha_server.py Add row_factory 2018-04-17 14:41:13 -05:00
README.md Improve documentation 2018-04-17 14:37:05 -05:00
requirements.txt no more django 2018-04-17 14:07:22 -05:00
test.py Add shebang to test script 2018-04-17 14:26:30 -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} user with the n highest scores No
/mocha/set/{user_id}/{num_steps} 200 OK if successful No