Objective-C: Best way to access REST API on your iphone

前端 未结 5 1171
清酒与你
清酒与你 2020-11-27 10:58

been wrestling with this for some time. I am trying to access a REST api on my iphone and came across the ASIHTTP framework that would assist me. So i did something like

5条回答
  •  醉酒成梦
    2020-11-27 11:39

    I have a couple of apps using a framework called Objective Resource which provides a wrapper for accessing remote REST based api's. It is aimed primarily at Ruby on Rails based applications so it's XML/JSON parsing may be tuned to handle some Rails defaults but it is worth looking at. It supports http basic authentication by default.

提交回复
热议问题