7 lines
328 B
Markdown
7 lines
328 B
Markdown
# 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 |
|