This commit is contained in:
James Corder Guy 2018-04-18 19:35:42 -05:00 committed by GitHub Enterprise
parent 0c36551382
commit ccbe8793b4

View file

@ -4,8 +4,8 @@ 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}` | user with the n highest scores | No |
| `/mocha/top/{n}` | users with the n highest scores | No |
| `/mocha/set/{user_id}/{num_steps}` | 200 OK if successful | No |