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

Batch Requests? #53

Closed
ChayimZaklad opened this issue Nov 25, 2014 · 2 comments
Closed

Batch Requests? #53

ChayimZaklad opened this issue Nov 25, 2014 · 2 comments

Comments

@ChayimZaklad
Copy link

Is there a way to use this framework to submit 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 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 Dec 1, 2014

Hi,

Currently there is no feature which gives you batch request. Of course you can use this library and write your own operation to achieve it.

I think this is a useful one. Can you open a separate ticket with a feature request? If you want to contribute feel free to implement this feature.

@ChayimZaklad
Copy link
Author

Thank you, Jan. I've gone ahead and opened a separate ticket with this feature request (#55). I don't believe I'm expert enough to figure out how to do it myself quickly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants