1.0.0 • Published 4 years ago

outboard-cowl v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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.