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
266 stars 109 forks source link

Remove leading + sign for sorting #75

Closed davidgoli closed 8 years ago

davidgoli commented 8 years ago

Fixes #74

wvteijlingen commented 8 years ago

Thanks! One thing: return "\(key)" could be better written as return key though. If you could change that I'll be happy to merge this.

davidgoli commented 8 years ago

Done, thanks!