From 184a64a57d70f7d9f01b144da512b0b2287d3b4d Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sun, 12 Nov 2017 20:14:32 +0530 Subject: [PATCH] doc : update --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d2abe74e1f..9f57d1671b 100644 --- a/README.md +++ b/README.md @@ -89,14 +89,11 @@ Download [node](https://nodejs.org/en/download/current/), if you haven't on your system. -## Root URL -Root URL (localhost:3000/) returns all REST API urls for each table in schema. - - -## CRUD APIs Usual Suspects +## Usual Suspects in a REST API framework | HTTP Type | API URL | Comments | |-----------|----------------------------------|--------------------------------------------------------- +| GET | / | Gets all REST APIs | | GET | /api/tableName | Lists rows of table | | POST | /api/tableName | Create a new row | | PUT | /api/tableName | Replaces existing row with new row |