-
-
Notifications
You must be signed in to change notification settings - Fork 65
✨ Add command for schema generation #91
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
base: main
Are you sure you want to change the base?
Conversation
c60ae7b
to
d11bd79
Compare
63e5b72
to
02b1eaa
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This would be a very useful addition! Please stick to it, @mlasevich |
This pull request has a merge conflict that needs to be resolved. |
@tiangolo I have updated this to resolve conflicts, but since I do not have permissions to set labels, what are the next steps to get this resolved. It has been stuck in limbo for a year now. Would be nice to know one way or another if this will be accepted |
03b5cca
to
73a8c5b
Compare
(Cleaned up the PR so only changed files are there) |
This pull request has a merge conflict that needs to be resolved. |
@tiangolo Can I get some form of a feedback as to if this is worth keeping up to date? We are at 1 year mark and while I am really interested in this functinality and happy to fix the latest conflicts, is this a waste of time for everyone involved? :-) |
Addition of
fastapi schema
command to produce openapi schema without running the app.(Based on fastapi/fastapi#12216)