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

Allow ids to be integers #148

Closed jensgrud closed 7 years ago

wvteijlingen commented 7 years ago

Thanks for the PR! The JSON:API states that "The values of the id and type members MUST be strings." Since we're adhering to this standard, I won't merge this in. Sorry.

jensgrud commented 7 years ago

Makes sense, thanks for update