Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orangewise/openapi-utils


https://github.com/orangewise/openapi-utils

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

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

[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

# 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] }
*/
```