I’ve been researching Amazon’s new XML interface. Briefly, it allows you to search Amazon’s database by keyword or browse by category. Queries are done over standard HTTP with query parameters in the URL (this is called REST, for “Representational State Transfer”). Results are returned in an Amazon-defined XML format, which the client must parse.

Public documentation is scarce, but this is what I could find:

There has been some discussion as to whether REST or SOAP is a better web services API. This is a pointless debate at this point because it is completely overshadowed by all the other things that Amazon is doing wrong:

I was considering writing a Python wrapper for Amazon’s XML interface, but now I don’t think I’ll bother.

§

Respond privately

I am no longer accepting public comments on this post, but you can use this form to contact me privately. (Your message will not be published.)



§

firehosecodemusicplanet

© 2001-8 Mark Pilgrim