luckymarmot / Paw-OpenAPI3Importer

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

Doesn't show in the import menu (develop) #3

Closed rlweb closed 3 years ago

rlweb commented 3 years ago

I've tried with master and develop branches but within Paw it does not show as an import option:

image

My extension list is as shown:

image

and the command I'm using to build and send to paw

image

Any idea's?

pongstr commented 3 years ago

hey @rlweb, this has been fixed and improved, please update to the latest from develop branch and do the following:

## update packages
npm install  && npm run dev:mac:static

## or if you prefer yarn
yarn && yarn dev:mac:static

optionally, you may follow this instruction to download and install using zip