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.
- App Scaffolding Kit That Automatically Allows You To Sync Your Core Data Apps Online
- Lightweight Objective-C Active Record Implementation For Managing Core Data Objects
- Library For Integrating Web Services Turning JSON Data Into Core Data Backed Native Objects
- Automatically Generate A RESTful Web Service Based On A Core Data Model (Ruby Gem)
- Tool: Slick Core Data Editor With Objective-C Code Generation
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.