Replies: 3 comments
-
|
@aeb-dev https://github.com/lucas-labs/pest/blob/master/pest/core/module.py |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @lucas-labs. We actually inspired from your project to achieve what we want. Thanks for the idea! |
Beta Was this translation helpful? Give feedback.
-
|
We integrated Rodi into FastAPI via a custom middleware, and to Strawberry via a SchemaExtension. To not interfere with either framework we use wrappers to remove the autowired parameters from what the frameworks see. Strawberry specifically isn't friendly to this process. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to integrate rodi with FastAPI but I am not sure how should I approach to the problem.
Is there any example? Flask or any other web framework example would also help
Beta Was this translation helpful? Give feedback.
All reactions