From e16b1de655f4260f3a635b5c967fb2abbf892c4e Mon Sep 17 00:00:00 2001 From: oof1lab Date: Thu, 2 Nov 2017 14:49:31 +0000 Subject: [PATCH] doc: wip msg --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a83aff3da9..edabc2e754 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ That's it! * Support for composite primary keys * Pagination * Sorting -* Fields +* Column filtering - Fields * Group By * Group By, Order By * Aggregate functions :tada: @@ -47,7 +47,7 @@ That's it! * Upload single file * Upload multiple files * Download file - +* Row filtering - Where - Work in progress :racehorse: Use HTTP clients like [Postman](https://www.getpostman.com/) or [similar tools](https://chrome.google.com/webstore/search/http%20client?_category=apps) to invoke REST API calls @@ -133,7 +133,7 @@ eg: sorts descending by column1 eg: sorts ascending by column1 and descending by column2 -## Fields +## Column filtering / Fields ``` /api/payments?_fields=customerNumber,checkNumber ``` @@ -143,6 +143,9 @@ eg: gets only customerNumber and checkNumber in response of each record ``` eg: gets all fields in table row but not checkNumber +## Row filtering / Where +> Work in progress + ## Group By ```