Skip to content

luckymarmot/Paw-SwaggerImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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