cloudify-manager icon indicating copy to clipboard operation
cloudify-manager copied to clipboard

Draft: drop flask-restful

Open tehasdf opened this issue 2 years ago • 0 comments

This is a draft, and will be changed a lot, and I'll split commits too.

Anyway, the point is, I don't like flask-restful and I want it to go. There's multiple places we use it: [x] the Resource stuff - easily replaced by just flask.MethodView [x] argument parsing - possible to be replaced by pydantic [ ] marshal_with and resource_fields - also possible to be replaced by pydantic

tehasdf avatar Sep 08 '22 09:09 tehasdf