-
Notifications
You must be signed in to change notification settings - Fork 149
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
OpenAPI? #447
Comments
Anyone? 😉 |
How to upvote this request? +1: |
Hello, if it's still relevant I've created an example project with generation OpenAPI3 documentation with compojure-api here. It was very quick and needs some cleanup, file uploads don't work so far (I'm going to fix it). I'd like to open PR to this repo to add OpenAPI3 docs generation out of the box, but I need to figure out how to do it better way. Probably support of swagger2 generation should be dropped in this case. |
Really cool, thanks so far @rrudakov ! |
@luposlip I've fixed file uploads in my example. |
Library Version(s)
Problem
I can't seem to find a standard way to generate OpenAPI specification from my
api
. I have the swagger spec and swagger UI working just fine (and it rocks!). But a team I'm working with needs OpenAPI specs (and possibly also UI).It'd be cool if the
:swagger
etc. could be replaced by:openapi
in this snippet of a snippet:Do you have an example project where you've implemented this, or can you give me some hints on how - if possible - to achieve this?
Thanks.
The text was updated successfully, but these errors were encountered: