Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RestKit ObjectMapping 2.0 tutorial needed [closed]

Tags:

restkit

I'm new to RestKit and I'm looking for a good tutorial on ObjectMapping2.0. Note the 2.0 there, Blake's wonderful tutorials are dated. Googling isn't finding me anything. Have you come across one? Please share it. Thanks.

like image 609
Paul Cezanne Avatar asked Nov 17 '11 19:11

Paul Cezanne


4 Answers

I recommend the Object Mapping guide in RestKit github - this doc is usually the most up-to-date thing you can find. My apologies if you already seen that one.

like image 114
mja Avatar answered Nov 17 '22 00:11

mja


Check this awesome tutorial for RestKit using blocks from Taras Kalapun!

How I Restkit

Is just great.

like image 33
clopez Avatar answered Nov 16 '22 23:11

clopez


http://restkit.org/api/0.20.0/Classes/RKObjectManager.html

RestKit v0.20.0(the latest version now) is much different than previous versions. this reference is mainly talking about RKObjectManager, but you will understand how to use main features of RestKit v0.20.0 by reading it. of course including how to map.

like image 37
Brian Avatar answered Nov 17 '22 00:11

Brian


https://github.com/RestKit/RestKit/wiki/Object-mapping this link helps for better understanding of restkit object mapping

like image 42
Suresh Avatar answered Nov 17 '22 00:11

Suresh