← Back to team overview

openstack team mailing list archive

Re: XML and JSON for API's

 

On Thu, Jun 2, 2011 at 1:54 PM, Rick Clark <rick@xxxxxxxxxxxxx> wrote:
> Hi All,
> Is it required for new openstack API's to support both JSON and XML, or
> would it be acceptable to only support JSON?

Glance currently does not support XML and I have no plans in the
immediate future to add support for it.

IMHO, JSON can be validated just as easily as XML. Simply
json.loads(req.body) and then, if parsing succeeds, compare the
mapping against a model. No need for XSDs, WADLs, or any other
acronym.

-jay


Follow ups

References