You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've worked on larger projects utilizing both frameworks and I'm quite tired of flask-restful's stringent adherence to only-one-GET/PUT/POST method per resource class. It produces an abundance of classes.
RESTful is an interface pattern and as such does not imply nor should dictate, how classes/code are organized internally. Yes, people can be sloppy and produce messy web but that's another story...
With that, are you open to transitioning this project to other maintainer(s)? Forking-off is an option -- there are already a few -- but I wanted to inquire first.
The text was updated successfully, but these errors were encountered:
I've worked on larger projects utilizing both frameworks and I'm quite tired of flask-restful's stringent adherence to only-one-GET/PUT/POST method per resource class. It produces an abundance of classes.
RESTful is an interface pattern and as such does not imply nor should dictate, how classes/code are organized internally. Yes, people can be sloppy and produce messy web but that's another story...
With that, are you open to transitioning this project to other maintainer(s)? Forking-off is an option -- there are already a few -- but I wanted to inquire first.
The text was updated successfully, but these errors were encountered: