scimob_p
scimob_p

Reputation: 27

RestKit with ASIHTTPRequest

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

Answers (1)

Paul de Lange
Paul de Lange

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

Related Questions