jsonapi-client
jsonapi-client copied to clipboard
Support include, fields and sort
I would like to see support for include, fields and sort for fetching documents.
Is it on your roadmap? I can submit PRs if you like the idea to support those features.
I think it should be very easy to implement the features. I saw you already handle included in the document so I would propose to implement the other query params like you did it with the filter.
The only think I don't know yet is how to handle sparse fieldsets in combination with the schema. Do you have any hints on that?
Both include, sort and sparse fieldset are implemented in the upcoming version.
FWIW, I created a PR to add Sort: #58