-
Notifications
You must be signed in to change notification settings - Fork 24
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
Parser - Swagger - add support for v3 #102
Comments
Just a heads up that OpenAPI v3.0 is out in the wild now. Also they'll shout at you if you call it Swagger. It's OpenAPI, and Swagger is just some of the tools around it (like the editor, ui, etc). Anyhow, check it out https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md |
I notice this issue is labelled status:on-hold - could someone shed some light as to what this means? I'm interested in working on openapi3 support (as well as Mashery io-docs and Google discovery formats) but don't want to duplicate effort unnecessarily. |
@MikeRalphson I'm working on it (albeit very slowly, thus the If you want to create additional formats, there are templates for the loaders and parsers to help you create those faster. A parser is a I'd be happy to help you get set up if you want to (I think the setup instructions are missing some step, like |
Thanks @JonathanMontane - I've tried both I'll take a look at your PR, thanks again. |
@MikeRalphson This library wasn't tested on Windows, so it's highly likely that path resolution is indeed buggy. I'll try to have a look into it this week if I get my hands on a Windows machine. As for the EDIT: It might be that you just need to bump the raml-1-parser version in API-Flow to resolve this issue. Latest version of the raml-1-parser is |
I'd dig in and help with this stuff @JonathanMontane but I cannot get anything to run at all: #142 If you could help me out there, I'd be happy to help you out further with OAI 3 and stuff. |
Swagger v3 will soon be stable. it would be nice to have the possibility to import swagger v3.
The text was updated successfully, but these errors were encountered: