Sergio Palechor

Results 2 issues of Sergio Palechor

It would be handy if it could support json-like strings and json objects as well on the server side. like ```json { "status": 200, "content": {"data":"something"}, "content_type": "application/json", "charset": "UTF-8",...

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...