Python client API for Amazon SOAP web services?

Brian Quinlan brian at sweetapp.com
Sat Aug 10 16:42:15 EDT 2002


> The pygoogle interface to Google SOAP based web services is great.
> 
> Is there something similar for the Amazon.com SOAP web services?

I thought that Amazon was using REST? If so, you can probably make your
own API pretty easily. Just use urllib and your favorite XML processing
tools.

Cheers,
Brian





More information about the Python-list mailing list