jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

[Question] Release of simple filtering #670

Open kiptoomm opened 6 years ago

kiptoomm commented 6 years ago

https://github.com/jfinkels/flask-restless/issues/492

Hello @jfinkels. I'm looking to use this extension to simplify my CRUD implementation. Potential hurdle is the current requirement to use a dict() as a query parameter, particularly for mobile clients where building such json-dict queries would get overly complicated.

I've seen that simple filtering is already implemented in the latest version. Any plans to release that version?

Thanks