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

Adds JSONAPI version 1 to README.md #18

Closed kurko closed 9 years ago

kurko commented 9 years ago

I'm learning iOS and I want to use this, but it was hard to figure out what version of the jsonapi format it is using. I had to check the tests to match the format to conclude whether to use this lib or not. I maintain other jsonapi libs (Ruby, JS) since before RC1 and the flux since then up to v1 was really confusing for newcomers.

This line on the README should help other people I believe.

wvteijlingen commented 9 years ago

You're right, this should be added now that JSON:API v1 is stable. Thanks!