-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add OpenAPI/Swagger support to minimal actions #30662
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
Comments
I added Swashbuckle support using endpoint metadata for gRPC HTTP API |
Thanks for contacting us. |
Initial thoughts:
|
Notes from our chat:
|
@bradygaster is there any issue to track progress on OpenApi v3 support ? |
This repository would be the best spot. @halter73 do you think a separate issue for supporting v3 would be good so folks who care could follow it on their own and keep up? |
This issue didn't track any work that was specific to any version of OpenAPI/swagger. It's Swashbuckle that takes the ApiExplorer metadata and turns it into OpenAPI/swagger output. It looks like they already support v3 looking at their github. Same for NSwag apparently. I haven't tested either with v3 though, because I don't even know what I'd be looking for. Are there any new features we'd be able to take advantage of? |
Good point @halter73 - if you're using either one of the major OpenAPI outputters, Swashbuckle or NSwag, they both support the output of all the various formats so you should be covered. |
The text was updated successfully, but these errors were encountered: