AmazonProductAPI
AmazonProductAPI copied to clipboard
added ReponseGroup parameter
If no parameter is set, all default responseGroups as before are used, so there shouldn't be any issue for existing usages.
Might help #29 Fixes #30
@MarcL Please merge if you're fine with my changes.
Hey @mrvnklm. Sorry, I don't really use this project myself so I've not looked at it in a long time.
Your changes are ok but you've changed the signature of the methods by putting the response groups as a 2nd parameter so it's broken the current API. What do you think about putting this as the last parameter and defaulting it? If not, then we'll need to create a new major version with breaking API changes and needs documentation updating.
Doesn't look like this will fix #29 as that's not supported in the API.
Thanks, Marc
@MarcL should be fine now, please check