A Paw Extension to import OpenAPI files (json or yaml) to Paw.
- In Paw, go to File menu, then Import OpenAPI 3.0
- Pick the saved OpenAPI file, and make sure the Format is "OpenAPI 3.0 Importer"
#Development
npm run watchto live reload + upload extension to Paw- In Paw -> "Window" -> "Extension console" is the console where You have access to debugging console
- To use
console.logandconsole.errorfunction it is recommended to useConsoleclass fromsrc/lib. Standard console.log outputs object as[object Object]whileConsole.logwill output stringified version of object
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
Copyright © 2014-2019 Paw