No description
.gitignore | ||
add_random_users.py | ||
db.sqlite3 | ||
mocha_server.py | ||
README.md |
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 | Yes |
/mocha/set/{user_id}/{new_score} |
200 OK if successful | No |