Paw-SwaggerImporter
Paw-SwaggerImporter copied to clipboard
Swagger/OpenAPI 2.0 Importer for Paw
Swagger/OpenAPI 2.0 Importer
A Paw Extension to import Swagger (aka. OpenAPI) API description files into Paw.
How to use?
- In Paw, go to File menu, then Import...
- Pick the saved Swagger file, and make sure the Format is "Swagger 2.0 Importer"
Versions supported
Only Swagger 2.0 specification is supported.
- For Swagger 1.2 files, follow the Swagger 1.2 to 2.0 Migration Guide
- For Swagger 3.0 files, unfortunately it isn't yet supported at this point
Development
⚠️ This project is entierly based on API Flow. This repository only containes the compiled file for this extension. Please refer to the API Flow repository for the orignal source code and for development.
The commands below refer to the API Flow project.
Prerequisites
nvm install
yarn install
Build and install to Paw
TARGET="swagger" make transfer
Build for deployment
TARGET="swagger" make pack
License
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
Copyright © 2014-2017 Paw