I would like to ask what are the framework/library that I need in the app side to consume web service via REST.
Currently I have SBJson to parse JSON and ASIHTTPRequest framework. Is ASIHTTPRequest the REST Protocol? Or do I have to add in another REST lib on top of ASIHTTPRequest.
Another problem is that ASIHTTPRequest framework is no longer being maintained since last year. So will it still work for the current iOS 5 with ARC?
Besides the SBJson and ASIHTTPRequest, are there anymore framework/library that I've miss out in order to consume a web service?
Will be glad if anyone can guide my in the right direction
EDIT: I found another framework RESTkit. Does this framework replace the ASIHTTPRequest framework or do they work together hand in hand? First time doing webservice and consuming it from iOS side. So I may ask alot of silly question.