You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
matthewmccullough edited this page Sep 13, 2010
·
3 revisions
Objective-C REST Client (Objective-C, 2008)
Version: 1.0
Author: Adrian Kosmaczewski
Date: October 18th, 2008
Programming Languages: Objective-C
Tools: Xcode
Platforms: Mac OS X 10.5 “Leopard” (PowerPC & Intel), iPhone OS 2.0
License: None, public domain, whatever you want :)
This is an Xcode project, showing an Objective-C class (called Wrapper) which can be used to interact with remote REST web services. It has been tested on the Mac and on the iPhone. It’s an evolution of the code shown in the original post here.
It includes a sample PHP file, showing how to retrieve parameters from GET, POST, PUT and DELETE queries.