ThomasProctor

Results 5 issues of ThomasProctor

It's generally unpythonic to fail silently when errors occur. It would be pretty easy to check the XML to see if the `Errors` tag is present, and then raise an...

Right now, there is very limited support for the "AlternateVersions" and "Variations" response groups. The API supports [many response groups](https://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_ResponseGroupsList.html), and I would imagine that this package poorly supports many...

Adds support for another response group. Part of the long slog to add support for #60. I modeled this on how we support the "Images" response group. I'm not sure...

I just forked the repo and ran the tests, and unsurprisingly, lots of them fail... because they are dependent on the information about products not changing, but they do. I'm...

This is something I've found useful for throttling my scrapes to avoid being banned. It just requires 3 changed lines of code.

waiting for response