0

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

scimob_p
  • 27
  • 4

1 Answers1

1

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

Community
  • 1
  • 1
Paul de Lange
  • 10,613
  • 10
  • 41
  • 56