0

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 advance

Sharjeel Aziz
  • 8,495
  • 5
  • 38
  • 37

3 Answers3

1

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.

Sharjeel Aziz
  • 8,495
  • 5
  • 38
  • 37
0

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

user387373
  • 16
  • 1
0

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

user387373
  • 16
  • 1