Statistics
| Branch: | Tag: | Revision:

root / api / emitter.py @ d7710a26

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
5c812d1b 11/27/2010 02:43 am Faidon Liambotis

Split some loosely related modules

c3e8f508 11/26/2010 11:53 pm Faidon Liambotis

Allow for .json/.xml suffixes in URLs as per spec

b9809f7c 11/26/2010 11:33 pm Faidon Liambotis

Add our own XML emitter

OpenStack's API XML isn't merely an XML representation of the data
structures and therefore Piston's XML Emitter can't be used as-is.

The XML generation code from OpenStack's Nova is guranteed(?) to be
compatible, so re-use their code and adapt it into an Emitter subclass....

00b4f1be 11/26/2010 04:39 pm Faidon Liambotis

Initial commit