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:24:04 -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 endpoint for get_top_N 2018-04-17 14:24:04 -05:00
README.md Add endpoint for get_top_N 2018-04-17 14:24:04 -05:00
requirements.txt no more django 2018-04-17 14:07:22 -05:00
test.py adding database functionality 2018-04-17 12:31:13 -05:00

API endpoints:

Endpoint Return
/mocha/users/{user_id} row with the given user
/mocha/users/* all rows
/mocha/top/{n} user with the n highest scores