I am integrating RestKit with my project. I am using the version RestKit-0.20.2. Is there any way we can do the requests without object mapping in this version? I want to do the same thing the poster does here: Parsing JSON without Object Mapping in Restkit iOS. But it seems its a old version, and RKClient is not available in 0.20.2.
Is it possible to do request without object mapping using RestKit-0.20.2?
P.S.: I searched in Google and I could not be able to find/recognize the correct answer for my question as I am new to RestKit.
Thanks everyone!