Re: Representational State Transfer

2008-04-11 Thread Ken Thomases
On Apr 11, 2008, at 6:08 AM, Jonathan Relf wrote: I can see that having an NSXMLDocument would allow me to easily read in XML data from a web source using initWithContentsOfURL: but if I'm wanting make a request of a URL first and then get the XML reply back into an object, is there a better ch

Representational State Transfer

2008-04-11 Thread Jonathan Relf
Hi, I'm trying to get my head around how to approach implementing a REST (representational state transfer) interface in Cocoa. I can see that having an NSXMLDocument would allow me to easily read in XML data from a web source using initWithContentsOfURL: but if I'm wanting make a re