Paw-SwaggerImporter
Paw-SwaggerImporter copied to clipboard
Support Open API 3.0
It would be great if this could be updated to support the Open API 3.0 spec. The main missing feature from Swagger 2.0 spec which is important for us is JSON encoded objects for query string parameters.
This is a common problem for OpenAPI / Swagger -- many tools haven't been updated for OAS3, which is ... annoying, because OpenAPI 3.0 is not that different and the improvements are useful. Would be happy to see this.
π
I'd also love to see this!
π
Obviously not ideal, as a work-around you do an indirect approach via:
OpenAPI 3.0 spec -> Postman -> Postman V2.1 Collection -> Import into PAW
You can get your spec into PAW and then modify as needed.
π
Any news on the OpenAPI3 support?
Any news for OAS3 ?
+1
+1
OpenAPI 3.0 must be supported by https://github.com/luckymarmot/API-Flow which is the core of this paw importer, but the project seems to be dead (last commit : 2 Nov 2017). π
There is a PR... https://github.com/JonathanMontane/API-Flow/pull/4
+1
Since the previously linked PR is not being actively worked on is there are plan to add OpenAPI 3.x support to PAW?
Moving to Postman until this is done.
This is essential for the whole importer functionality and long overdue at this point. Is Paw still active project itself?
There's this tweet... But it's been a while: https://twitter.com/luckymarmot/status/1205225428530663426?s=20
FYI, you can use api-spec-converter to convert OpenAPI 3.0 files to Swagger 2.0.
+1
Adding my support to this. Would be super useful for me.
There's this https://github.com/luckymarmot/Paw-OpenAPI3Importer π
Any news about release? Repo in post above seems like active, but no extensions available to install
Clone the repo, and run npm install, then npm run paw. It generates an extension folder in the dist output directory. copy that into Paw's extensions directory, which you can find by going to preferences -> extensions -> Open Extensions Directory button at the bottom
Hey, I love paw but I'm really missing this. Any update?
Was going to buy Paw in Oct 2020, but then saw that this is not solved.
Re-discovered Paw in March 2021, installed it again, found my OpenAPI file, tried to load and again realized that there is no support for this.
Back to the drawing board.
But would have paid right now for the tool, if this worked.
I messaged the developer about this several times, and never received a reply (e.g. here). [My personal opinion follows] In the meantime, the product has been acquired by Rapid API, so the future of the native Mac app seems rather βopenβ. Not sure if I would spend money for a license at this point.
Regret buying Paw.
Insomnia feels far superior and here I simply can't import a Swagger file, manually it is a no-go for sure (dozens of endpoints). A lot of people request this from a paid app and the ticket is open for years. What a shame.
I too have moved to Insomnia, also it doesnt work only on Mac like Paw
I was looking for this as well, and Google keep bringing me back to this project - but you're looking for https://github.com/luckymarmot/Paw-OpenAPI3Importer
The reason why users keep coming here is because this repository is what the official docs from Paw point towards, when we search for "OpenAPI" in the online manual. Here's what we need:
- the official docs need to be updated immediately, so that when someone searches for 'OpenAPI' it points to "https://github.com/luckymarmot/Paw-OpenAPI3Importer" rather than here
- the OpenAPIeImporter plugin needs to be included by default with the latest version of Paw
Apart from that, someone should mark this issue as 'solved', with - yet another - link to https://github.com/luckymarmot/Paw-OpenAPI3Importer.