batch requests?
Do you have plans to support batch requests?
I wasn't familiar with Amazon's batch API until you opened this ticket, but I'm certainly open to improving the gem by adding this as a feature. I've not had much free time lately though, and I can't promise it's something I'll get to soon. If you (or anyone) cares to look into tackling it or at least getting started on it, I'd be more than happy to accept a solid pull request.
Cool, I'm a total newb (your gem was a lifesaver), so not sure I'll be a helpful contributor. The other thing is, I still can't figure out if batch requests support ItemSearch. The docs are not very clear on that.
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/BatchRequests.html http://docs.aws.amazon.com/AWSECommerceService/latest/DG/BatchandMultipleOperationRequests.html
No worries, glad to hear my gem was helpful! Thanks for the insight on the batch requests too, I'll dig into it as soon as I can find time. :)
sorry .I got an error message "Jeff::MissingKey"
@gkmbinh This doesn't relate to batch requests at all. More than likely you did not supply a key to the constructor, but there's no way of knowing without sample code. Can you open a new issue and share what you've tried?