wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
264 stars 109 forks source link

is it possible "2 level sortings"? #179

Open sachin-sat opened 7 years ago

sachin-sat commented 7 years ago

i would like sort like

persons?sort[persons][name]=asc

where persons is a resourcetype and sorting of name in person

markst commented 7 years ago

not too sure if this is JSON:API