dimanche 21 décembre 2014

AWS-SDK using Amazon Product Advertising API with meteor

I would like to make requests for ItemSearch using Amazon Product Advertising API with meteor.


Essentially, I would like the users on my web application to search and select books that they have read which will then be displayed in their profile. As the user types in the field, I would like the api to return a limited number of suggestions. When one item is selected, I would like to store the title and author of the book and url of the books' advertisement page on amazons website.


I have my accessKeyId and secretAccessKey from amazon and installed Roshan's AWS-SDK wrapper into meteor http://ift.tt/1zQukjb


I have been sourcing the documents and branching out from the following two links. I am beginning to understand in an abstract way of how the error and data callbacks work. Everything I am reading is abstract.


http://ift.tt/1AJEUXl http://ift.tt/1zQukjd


I need to help in setting up the searchItem feature which falls under Amazon Product Advertising API . I will limit the search index to the 'books' product category. According to amazon, I am effectively advertising for them but really just want my users to list books they have read on their profile page. I need to capture 3 data points (title, author, and url of the advertising page for the book on amazon.com).


Has anybody attempting to use this API? If so, please can you shed light on how you set up to make requests to the API in meteor.





Aucun commentaire:

Enregistrer un commentaire