README
A node middleware that implements the VCA APIs
Installation
$ npm install --save-dev vca-api-middleware
Usage
import * as middleware from 'vca-api-middleware'
const api = new middleware.Api();
License
MIT © VCA Technology
A node middleware that implements the VCA APIs
<script type="module">
import vcaApiMiddleware from 'https://cdn.skypack.dev/vca-api-middleware';
</script>
A node middleware that implements the VCA APIs
$ npm install --save-dev vca-api-middleware
import * as middleware from 'vca-api-middleware'
const api = new middleware.Api();
MIT © VCA Technology