Alan Holden said the following on 01/06/2011 02:24 PM:
>  How does one pass a structure within a ReST request?
Most REST APIs use JSON, XML or YAML to communicate complex data.  The
structure of the URLs is important in REST, but the representations (in
JSON, XMl, plain text) you create for your REST resources is just as
important.  A lot of the great APIs (like Flickr) support JSON and XML. 
It all depends on the consumer, Ruby guys would use JSON where a lot
Java guys don't even know what JSON is.

Best,
.Peter

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to