microservice_utils
v0.0.7
Published
Node micro-services utils
Downloads
4
Readme
#Micro Services util library
Use npm install microservice utils --save
##Route Scanner
Use getRoute([expressApp instance])
to get-
// Response sample
[
{
"method": [Method type in uupercase string] e.g "GET",
"path": [Path as string] e.g "/api/..."
},
]