Skip to content
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

Flask-restx with Marshmallow schemas #571

Open
DeepakView opened this issue Oct 4, 2023 · 2 comments
Open

Flask-restx with Marshmallow schemas #571

DeepakView opened this issue Oct 4, 2023 · 2 comments
Labels
question Further information is requested

Comments

@DeepakView
Copy link

Ask a question
have marshmallow schema I want to use in Flask-restx with automated parameters which I have already defined in marshamallow schemas i want to reuse it without doing again with @api,expect()tion

A clear and concise question

Additional context
Add any other context or screenshots about the feature request here.

@DeepakView DeepakView added the question Further information is requested label Oct 4, 2023
@peter-doggart
Copy link
Contributor

See #505

Unfortunately, marshmallow is not directly supported and is unlikely to be in the short term.

@Ryu-CZ
Copy link
Contributor

Ryu-CZ commented Oct 6, 2023

I would personally consider usage and support of pydantic instead of marshmallow to make smoother transition to fastapi for user if asyncio framework is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants