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.
mochaserverpine64backup/README.md
2018-04-19 14:46:34 -05:00

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 | Yes |
| `/mocha/set/{user_id}/{new_score}` | 200 OK if successful | No |