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

Added fallback for unregistered types in relationships #90

Closed invliD closed 8 years ago

invliD commented 8 years ago

Closes #88.

wvteijlingen commented 8 years ago

Thanks, looks good to me! Can you perhaps write some tests for this? For example a simple test that checks whether the type fallback works for linked resources?

invliD commented 8 years ago

@wvteijlingen Done.

wvteijlingen commented 8 years ago

Thanks!