0.0.3 • Published 10 years ago
viper-plugin-jsonapi v0.0.3
#viper-plugin-jsonapi
##Install
##Docs Will come...
###options
This plugin allows multiple configurations. e.g.
{
backendA: {
path: './backendA',
baseRoute: '/backendA'
},
backendB: {
path: './backendB',
baseRoute: '/backendB'
}
}
####- path string Path where the files are located.
####- baseRoute string A base route which will prefix every single route of the api.