From c56156505c2df9f17770e645e81a5d9077b0e0e6 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Fri, 10 Nov 2017 16:11:57 +0530 Subject: [PATCH] doc : update --- README.md | 55 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 8cb4122184..72c9e0fca7 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,16 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre
- - - - - - - - - - + + + + + + + + + +
@@ -359,7 +359,20 @@ POST /dynamic "params": ["customers"] } ``` - + +POST /dynamic URL can have any suffix to it - which can be helpful in prototyping + +eg: + +``` +POST /dynamic/weeklyReport +``` + +``` +POST /dynamic/user/update +``` + + ## Upload single file ``` @@ -421,16 +434,16 @@ http://localhost:3000/download?name=fileName ```
- - - - - - - - - - + + + + + + + + + +