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

support for recursive includes #635

Open mwhite opened 7 years ago

mwhite commented 7 years ago

There is a proposed extension to the JSON API spec that at least one server has implemented that defines a query format for including recursive relationships.

https://github.com/json-api/json-api/issues/940

jfinkels commented 7 years ago

I do think that recursive includes is important. I'm going to focus first on getting a final version of Flask-Restless out that supports JSON API 1.0.