diff --git a/README.md b/README.md index 88065c2..7674c6c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,12 @@ 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 | +| 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/update/{user_id}/{new_score}` | 200 OK if successful | Yes | +| `/mocha/register/{username}` | Authentication token for new user | Yes | +| `/mocha/avatar/{user_id}` | Avatar string for the user | Yes | +| `/mocha/avatar/{user_id}/{avatar}` | 200 OK if successful | Yes |