luckymarmot / Paw-OpenAPI3Importer

OpenAPI 3 (Swagger 3) Importer for Paw
MIT License
18 stars 3 forks source link

How to use this #4

Closed nerdinand closed 3 years ago

nerdinand commented 3 years ago

For those who were, like me, stuck figuring out how to use this extension, here's a guide:

  1. Clone the repository
  2. npm install
  3. npm run build
  4. Copy the dist/com.luckymarmot.PawExtensions.OpenAPIImporter directory to the extension directory of your Paw installation (Preferences -> Extensions -> Open Directory)

This should probably be in the README ;)

tmclaugh commented 3 years ago

This will probably be more straightforward.

npm run archiveAndPaw

pongstr commented 3 years ago

I think it'd be easier to download the plugin from release section, a Zip file is available, In the preference panel, click on:

Extensions tab -> Open Extensions Directory -> Extract Zip contents there, (hit reload installed extensions if needed).