Open Source Library Allowing You To Easily Map A REST API To Core Data Objects

Earlier this month I mentioned the MMRecord library for integrating web services that allows you to turn JSON data into Core Data objects – that you could use with the networking and core data helper libraries of your choice.

Here’s an alternative library from Oliver serving a similar purpose called SLRESTfulCoreData.

SLRESTfulCoreData allows you to automatically map your REST API to Core Data objects automatically, and defaults to map Rails conventions, but can follow the conventions of any RESTful API.

SLRestfulCoreData utilizes AFNetworking, and its own Core Data store management library SLRESTfulCoreData right out of the box so you can get going immediately.

Download

UPDATE: Here’s a link to the Github page for SLREstfulCoreData as it appears to be currently broken over on top of the home page – sorry for any problems.

You can find SLRESTfulCoreData along with full documentation over on the home page.

On the home page you’ll find a nice tutorial demonstrating how to use SLRESTfulCoreData with the Github API.

Original article: Open Source Library Allowing You To Easily Map A REST API To Core Data Objects

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *