Prateek Bhanot
Prateek Bhanot

Reputation: 129

Does any body have a simple application using REST api

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

Upvotes: 0

Views: 312

Answers (3)

user387373
user387373

Reputation: 16

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

Upvotes: 0

user387373
user387373

Reputation: 16

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

Upvotes: 0

Sharjeel Aziz
Sharjeel Aziz

Reputation: 8535

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.

Upvotes: 1

Related Questions