Replies: 1 comment
-
In addition, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Using
flask_smorest
, I have routes defined like:How would that look like using flask-openapi3 ? It's a bit lost, currently I have:
I din't understand the difference between APIView and APIBlueprint, nor why APIBlueprint seems to be required as a replacement for
flask.MethodView
?Environment:
Beta Was this translation helpful? Give feedback.
All reactions