We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any way to use Injector library with FastAPI endpoints? The ideia would be to replace completely their Depends feature.
Injector
The text was updated successfully, but these errors were encountered:
I've used fastapi-injector and it works fairly well. https://pypi.org/project/fastapi-injector/
Sorry, something went wrong.
Hey @Trinkes, sadly I can't say I know anything about this, I never had a chance to use FastAPI.
In general my answer would be that some custom integration would be required which usually boils down to:
Sadly no good how-to guide explaining that.
@jack-michaud mentioned an interesting integration project which I didn't know about – thank you – maybe that'll help you
No branches or pull requests
Is there any way to use
Injector
library with FastAPI endpoints? The ideia would be to replace completely their Depends feature.The text was updated successfully, but these errors were encountered: