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