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 watch
to live reload + upload extension to Paw- In Paw -> "Window" -> "Extension console" is the console where You have access to debugging console
- To use
console.log
andconsole.error
function it is recommended to useConsole
class fromsrc/lib
. Standard console.log outputs object as[object Object]
whileConsole.log
will output stringified version of object
This Paw Extension is released under the MIT License. Feel free to fork, and modify!
Copyright © 2014-2019 Paw