viper-plugin-jsonapi

viper-plugin-jsonapi

Usage no npm install needed!

<script type="module">
  import viperPluginJsonapi from 'https://cdn.skypack.dev/viper-plugin-jsonapi';
</script>

README

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.