Simple use of the Amazon web service - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T17:02:20Zhttp://stackoverflow.com/feeds/question/454109http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/454109/simple-use-of-the-amazon-web-service0Simple use of the Amazon web servicewoodstock2009-01-17T21:41:52Z2009-01-17T21:53:23Z
<p>I'm trying to play around with the Amazon web service in C#, but I can't find any resources to help me get started. I only want to retrieve artwork for movies, books and films but the only guides I can find are for enterprise level applications and services. Does anyone have an idea where to look?</p>
http://stackoverflow.com/questions/454109/simple-use-of-the-amazon-web-service/454127#4541272Answer by Ray Hayes for Simple use of the Amazon web serviceRay Hayes2009-01-17T21:53:23Z2009-01-17T21:53:23Z<p>Coding4fun has a good article explaining specifically the downloading of book-covers:</p>
<p><a href="http://blogs.msdn.com/coding4fun/archive/2006/10/31/912260.aspx" rel="nofollow">Coding4fun</a></p>
<p>Amazon does quite a good job of putting a community around their services:</p>
<p>Here is a specific example of accessing details of books in C# <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=891&categoryID=199" rel="nofollow">here</a></p>
<p>My main gripe with Amazon is that they keep changing the name of the service, it access books/cd's/etc it used to be the Amazom E Commerce Service but now seems to be called Amazon Associates Web Service.</p>