Dmitry Mazuro
Dmitry Mazuro
+1 Generator support would be great
Hi @xstable! We can try fixing this error by using JS implementation of `crypto` https://github.com/crypto-browserify/crypto-browserify or by running this https://github.com/mvayngrib/rn-nodeify. I'm not sure if our dependencies `xml2js` and `request` are...
Yeah, looks like one more breaking change 😕
seems like it's related to https://github.com/t3chnoboy/amazon-product-api/pull/62 https://github.com/t3chnoboy/amazon-product-api/issues/63
Yeah, sorry for the inconsistency 😕 PRs are welcome! 😄 Or I can take a look on the weekend.
@masterT Yeah, we can also keep `awsTag` for compatibility
I hope you meant amazon product advertising api, because amazon api is huge 😅
Hi! Can you please provide some more info and post the code?
The code looks good. Can you make sure the credentials are valid? Can you also print the full `error` object? That would be very helpful. Here's how you can do...
Hey @donovanh! Low API rate limit is a known issue https://github.com/t3chnoboy/amazon-product-api/issues/37 As for the tests, I agree, since the api is stable and has versioning, we can mock it.