-
Notifications
You must be signed in to change notification settings - Fork 68
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
Help on usage with redoc #40
Comments
Maybe i'm late for solving the issue, but this could help for future searches. The package oas3-api-snippet-enricher is a good wrapper to easily enrich the docs. |
i dont know which framework you use, but this approach is language agnostic:
Fastapi code:
if you use html + js:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I stumbled on this repository when trying to use redoc to generate static html public documentation.
Now, I'm trying to find out how to automate the generation of code samples. With an openapi.yaml file in hand, I do the following:
The text was updated successfully, but these errors were encountered: