From 1df68994724f04c020f4e9c81269c6fca5e77a41 Mon Sep 17 00:00:00 2001 From: Corder Guy Date: Tue, 17 Apr 2018 14:37:05 -0500 Subject: [PATCH] Improve documentation --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c741398..07876c4 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ Base url = `https://corder.tech` -| Endpoint | Return | -| ------------------------ | ------------------------------ | -| `/mocha/users/{user_id}` | row with the given user | -| `/mocha/users/*` | all rows | -| `/mocha/top/{n}` | user with the n highest scores | +| 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/set/{user_id}/{num_steps}` | 200 OK if successful | No |