开发者

Does any body have a simple application using REST api

开发者 https://www.devze.com 2023-01-06 18:52 出处:网络
i m the beginner in iphone programming i want to make an application which will receive data from REST api by using php web server. and can post something to it.

i m the beginner in iphone programming i want to make an application which will receive data from REST api by using php web server. and can post something to it.

thanks in advan开发者_StackOverflow社区ce


ASIHTTPRequest is a library written in Objective-C and works in both Mac OS X and iPhone applications.

It is suitable performing basic HTTP requests and interacting with REST-based services (GET / POST / PUT / DELETE).

The library includes a sample iPhone application.


Check these out: http://sourceforge.net/projects/mtgr8-a3/ (REST is working, SOAP library exists but not integrated to front end)


http://sourceforge.net/projects/mtgr8-jigsaw/ has rest implementation.

0

精彩评论

暂无评论...
验证码 换一张
取 消