flask_injector icon indicating copy to clipboard operation
flask_injector copied to clipboard

Any examples for flask_restful Resources?

Open davidPalechor opened this issue 3 years ago • 1 comments

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

davidPalechor avatar Jul 09 '21 22:07 davidPalechor

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)

jstasiak avatar Jul 09 '21 22:07 jstasiak