-
Notifications
You must be signed in to change notification settings - Fork 21
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 downloading resolved specs #44
Comments
I found workaround using swagger-codegen-maven-plugin with:
|
@olensmar I have to agree with @scorpioA on this one. As part of our backend services, we use the swaggerhub-maven-plugin in conjunction with the swagger-codegen-maven-plugin. Firstly to download the unresolved definition and then to use that for generation. This plugin is in essence a wrapper of the SwaggerHub API. At this time, there is no API available to download resolved definitions. I'll close this issue unless there are any objections? |
thanks @michaelmelodysmartbear - i'm fine with that workaround for now - although I think we should revisit this if we start seeing external usage of the plugin for other purposes than running the downloaded spec through codegen! |
@olensmar I've came to the realization that you were right in creating this issue! Currently facing my own issues with unresolved definitions... |
My OAS3 spec references a domain - when downloading I would like to get that resolved in the same way as the "Export/Download API/JSON/YAML Resolved" menu actions in SwaggerHub
The text was updated successfully, but these errors were encountered: