Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangewise/openapi-utils
https://github.com/orangewise/openapi-utils
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orangewise/openapi-utils
- Owner: orangewise
- Created: 2016-11-06T09:17:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T18:38:19.000Z (almost 8 years ago)
- Last Synced: 2024-09-23T19:36:42.408Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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] }
*/
```