简体   繁体   中英

Amazon Product API and Rails

Just wanted some advice on using the Amazon API to run a check against their database to return a product. For example say a DVD was added, I want a link to be returned linking to the product on Amazon.

I've come across a few gems such as ruby-aws which ones from your experience are the best and easiest to use? Also with the most resources available, I'm a total Rails noob! So I need a lot of help with this.

Thank-You

Mark

If you need product details from the Amazon Product Advertising API, try Vacuum .

If you simply need to construct a link back to Amazon, append the ten-digit ASIN of the product to:

http://www.amazon.com/dp/[ASIN goes here]

I've tried ruby-aaws and amazon-ecs . They're both about as good as each other. Sadly, the API itself is pretty uneven and Amazon don't seem to like it much; they recently removed the product review details from it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM