-
Notifications
You must be signed in to change notification settings - Fork 256
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 parameters #628
Openapi parameters #628
Conversation
generating openapi from schema/spec/malli should be inlined in reitit. updating 4 libraties just for sake of small rendering changes is not fun. Also, code is mostly duplicate between the three. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some drive-by comments
need to add some more tests + port examples. |
I think this is done, TODO:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly questions, some suggestions
Initial implementaiton for #627.
:request
into top-level route paramters (was: under:parameters
):request
and:parameters
TODO
:content
, e.g.:examples
,:openapi/examples
,:openapi
, ...[ ] convert example projects