Simon Thiboutôt

Results 72 comments of Simon Thiboutôt

Check this issue https://github.com/t3chnoboy/amazon-product-api/issues/37

You can pass a domain to your query. https://github.com/t3chnoboy/amazon-product-api/blob/master/README.md#specify-the-endpoint

Sorry for the long delay, but I don't really understand the problem, can you formulate?

I tested it and this is the [XML responses](https://gist.github.com/masterT/215c8fac0709d08523188b5a967f76f1). As you can see the `amazon-product-api` has more params in the request than the `apac` request. This is because this module...

@t3chnoboy I think we should remove the default params assignation? I make the module less flexible - you can't make simple request, such as the one above.

Yes. I think we should let the consumer have the full control over his requests.

### ItemSearch [📖 Documentation](http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html) **Required: No** > The Condition parameter filters offers by condition type. By default, Condition equals New. When the Availability parameter is set to Available, the Condition...

@oldstreams I think that if you want to use the default behaviour, you can simply pass the default AWS value which is `New` for both operations.

@t3chnoboy Maybe we should only return the **original** response in the callback **and** Promise. Then it API would be more consistent between the callback interface and the Promise interface. Don't...