flask_injector
flask_injector copied to clipboard
Any examples for flask_restful Resources?
Hey!
Im trying to build an app using flask_restful library but I couldn't find an example of flask_injector
together with restful.
Is there any example out there? I tried to replicate the behavior used in flask_restplus
implementation but it is not working.
Thanks in advance
Hey, this is the only example available that I know about: https://github.com/alecthomas/flask_injector/blob/445775737f2b0b7473fc2ce33aa4099be2c79c9d/flask_injector/tests.py#L286 (you have to click it to expand)