Simon Thiboutôt

Results 72 comments of Simon Thiboutôt

Can't Promise return more then one value? How will you do that? Return an array of values?

The `awsTag` is in fact the `AssociateTag` in the API doc. Here is the section about it. > An alphanumeric token that uniquely identifies an Associate. This token is the...

@t3chnoboy Maybe we should rename this for a future version. Version 1.0.0?

Yes that also a good idea!

@oldstreams I created an issue https://github.com/t3chnoboy/amazon-product-api/issues/63 to discuss this change.

Yes off course 😋, anyway there is already an official module for the AWS.

There is an [official module for the Amazon Web Service (AWS)](https://github.com/aws/aws-sdk-js), but there isn't for the Amazon Product Advertising API.

Sorry for the long delay. The answer is in the [AWS documentation](https://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html), I don't know by heart, you'll have to find out by yourself. 😢

I think we should use fixtures and mock the API calls during in test. I created an issue for that #60.