mattupstate/overholt

How to use Flask-Restful with this structure

Opened this issue · 1 comments

I'm using Flask-Restful for my API but how would I use api.add_resource similar to how you did route?

Also I want to add some wrappers for app and api. Where is the best place to have these wrappers?

I have the same question