Reputation: 27
Is it possible use RESTKit with ASIHTTPRequest?
I have been using ASIHTTPRequest but it seems to be deprecated and I read that RESTKit is the newer library. I just want to know if I can fall back to ASIHTTPRequest if I need to later.
Thanks
Upvotes: 0
Views: 358
Reputation: 10633
It is possible to use them together, but general you should be ok replacing ASIHTTPRequest with RESTKit. For a way to combine the two, you can see here: ASIHTTPRequest backed RestKit object mapping
Upvotes: 1