-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for OpenAPI v3 #4
base: develop
Are you sure you want to change the base?
Conversation
Awesome! Can I help at all? I'll of course test things when it's considered readyish. |
@philsturgeon If you have shareable OpenAPI v3 files lying around, I'd love to have them as test-case for the e2e testing. Otherwise, if you're up for it, I'm looking to massively upgrade dependencies while trying not to break too many things. As for your install issue, I believe the issue you're having with the installation stems from having used the npm package. It's outdated iirc, and I don't have the rights to publish on it anymore. Here's the updated install step:
then you can make your runners. for instance, creating the node runner would be done like so:
once you've created the node lib, you can use it like this:
I just did all the steps, and it worked, so it should work for you too. Note For some reason I had an |
@JonathanMontane thanks for the mention of APIs.guru (I'm the current maintainer). You may not know that there is a static branch full of OpenAPI v3 conversions at https://github.com/APIs-guru/openapi-directory/tree/openapi3.0.0/APIs Eventually I'd like to replace use of Let me see if I can run the test-suite successfully (edit: unit tests running ok with a slight tweak to |
Would be amazing to have this support! |
Moving to Postman until this is done |
Not Ready For Review
This PR will add an OpenAPI v3 Parser to API-Flow.
@philsturgeon It's being worked on!