Skip to content

nosyjoe/Paw-SwaggerImporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Swagger Specification Importer (Paw Extension)

A Paw Extension to import Swagger Specification into Paw. (JSON/YAML supported)

Notice :

Only Swagger schema 2.0 specification supported -> Swagger 1.2 to 2.0 Migration Guide.

How to use?

  • In Paw, go to File menu, then Import...
  • Pick the saved Swagger file, and make sure the Format is "Swagger Importer"

Development

Build & Install

install dependencies

npm install

in order to get the cake command, you might need to run

npm install -g coffee-script

then build and run with cake

cake build
cake install

Watch

During development, watch for changes:

cake watch

License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!

Copyright © 2014 Paw Inc.

Contributors

See Contributors.

About

A Paw Extension to import Swagger Collections.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%