express-router-ms-description
v1.2.5
Published
Import and create Express routes from a route description format
Downloads
22
Readme
express-router-ms-description
For more information about the overall idea and implementation details, see: https://github.com/JohnDoeInvest/ms-visualization
NOTE
When parameters
are used in a route the place where we check for them are different. If the route is a GET
request the parameters will be checked in req.query
(the data is sent in query parameters) otherwise the parameters are checked in res.body
(the data is sent in the http body as JSON).