Socket
Socket
Sign inDemoInstall

swagger2blueprint

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger2blueprint

Converts Swagger into API Blueprint


Version published
Maintainers
4
Created
Source

Swagger to API Blueprint Converter

Converts a Swagger API description into the API Blueprint format. It is built on the Fury.js API description library.

Currently supported is Swagger version 2.0. If you would like to convert a Swagger 1.2 document, please first use swagger-converter.

Installation

Requires Node.js and a compiler to install.

npm install -g swagger2blueprint

Usage

# Convert a local file to standard out
swagger2blueprint uber.yml

# Output to a file
swagger2blueprint uber.yml uber.apib

# Convert a URL
swagger2blueprint http://petstore.swagger.io/v2/swagger.json

License

MIT License. See the LICENSE file.

Keywords

FAQs

Package last updated on 30 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc