openapi-utils
v0.0.2
Published
openapi utils
Downloads
2
Readme
openapi-utils
This modules exports the following submodules:
- https://www.npmjs.com/package/openapi-utils-param-to-schema
- https://www.npmjs.com/package/openapi-utils-path-for-uri
Installation
npm install --save openapi-utils
Usage
Check the readme of the submodules on how to use them.
var openApiUtils = require('openapi-utils');
console.log(openApiUtils);
/*
{ pathForUri: [Function], paramToSchema: [Function] }
*/