caioDelgado / outboard-cowl

A simple adapter to outboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple adapter to outboard.


Languages

Language:JavaScript 100.0%