Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Add Support for Batch Requests #55

Closed
ChayimZaklad opened this issue Dec 1, 2014 · 1 comment
Closed

Add Support for Batch Requests #55

ChayimZaklad opened this issue Dec 1, 2014 · 1 comment

Comments

@ChayimZaklad
Copy link

Please add a feature to this framework to enable submitting batch requests to the API.

I'm referring to what's documented in Amazon's Product Advertising API Developer Guide, starting page 71, Batch Requests (enabling 2 different requests to be sent simultaneously and responded to simultaneously).

It would enable REST requests, for example, to use

Operation.1.ParameterName=ParameterValue
Operation.2.ParameterName=ParameterValue
Operation.Shared.ParameterName=ParameterValue

This would enable, for example, getting 2 consecutive pages totaling 20 products, without waiting 1 second between requests. (I'd need it to work with SOAP requests, too.)

@Exeu
Copy link
Owner

Exeu commented Mar 26, 2016

Will be implemented in version 2 d74457c#diff-a217f36772a14f1eb1df57cac606d90dR1

@Exeu Exeu closed this as completed Mar 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants