outboard-cowl
v1.0.0
Published
A adapter to outboard
Downloads
5
Readme
outboard-cowl
A simple adapter to outboard.
This adapter allows to show the description of the response scheme, the reason for that was to make Snowboard more useful for documenting complex responses.
Usage
Install dependencies
npm install --save outboard-cowl
Clean default outboard adapter and register the cowl.
const outboard = require("outboard");
const cowlOutboardAdapter = require("new-outboard");
outboard.adapters = []
outboard.use(cowlOutboardAdapter)
That's it.