问题描述
这个网址向亚马逊发送一个 ISBN 号并取回一小部分 XML,包括作者、书名和出版商.
This URL sends an ISBN number to Amazon and gets back a small bit of XML including author, title, and publisher.
不过,我还想获得书名的小、中、大图形和书籍描述.
However, I also want to get small, medium and large graphic and book descriptions of the title.
问题:无论是在 Google 还是在 Amazon Associates 登录我的AWS 帐户",我都找不到有效的 REST URL 示例/文档.
Problem: I can find no REST URL examples/documention that work, either at Google or when logged into my "AWS Account" at Amazon Associates.
我找到了很多 2003-2005 年的例子,但它们都已经过时并出现错误,亚马逊的云网络服务似乎混淆了他们书籍的简单 REST API 文档.
I find a lot of examples from 2003-2005 but they are all out-of-date and give errors, it seems that Amazon's cloud web services have obfuscated their simple REST API documentation for their books.
谁能告诉我一些有关如何通过 REST/XML 获取有关亚马逊图书的详细信息的文档?
Can anyone point me to some documentation on how I can get detailed information about books at Amazon via REST/XML?
这是我尝试过的远.
推荐答案
所以,请允许我回答我自己的问题,从这里的另一个问题我找到了这个 有用的 PDF 和以下 norelly&IdlowType=a> 例如获取图像,参见ResponseGroup"
So, allow me to answer my own question, from another question here I found this useful PDF and the following URL gets images for instance, see "ResponseGroup"
这篇关于如何从 Amazon Book API 获取图书图形和描述?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!