You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add pydantic data validation to my flask-restx API and have the swagger documentation update accordingly.
Will I be able to do it with this library?
Thank you!
The text was updated successfully, but these errors were encountered:
So funnily enough, we are using Flask-RestX in the same Python application, however we haven't found a way to run them on the same resources.
I'm not sure if it would be possible to mix these libraries in the way you suggest - FlaskPydanticSpec is our way of moving away from using FlaskRestX completely. It's a great framework, but we wanted something a little closer to the Flask way of doing things.
Let me know if you manage to get them to play nicely alongside each other - it would certainly be interesting to me!
I want to add pydantic data validation to my flask-restx API and have the swagger documentation update accordingly.
Will I be able to do it with this library?
Thank you!
The text was updated successfully, but these errors were encountered: