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

Swifty errors #61

Closed wvteijlingen closed 8 years ago

wvteijlingen commented 8 years ago

Replaced NSError with ErrorType enums. See issue https://github.com/wvteijlingen/Spine/issues/60.

wvteijlingen commented 8 years ago

The swifty-errors branch has been merged into the relationships branch. It will end up in master when relationships is merged.