amazon-ecsでISBN検索するには

response = Amazon::Ecs.item_lookup({:IdType => "ISBN", :SearchIndex => "Books"})

URL的には IdType=ISBN&SearchIndex=Books&ItemID=XXXXISBNXXXXX として検索できる.

 
comments powered by Disqus