Mike Carter
Mike Carter
Make sure you have specified the domain endpoint to match where your access key is registered for. e.g. `domain: 'webservices.amazon.co.uk'`
@AnthoniG yeah your credentials (key) needs to be registered for the country you want to search in, otherwise you'll get an API error.
Is there much point in getting the TotalPages value back? From what I've just seen Amazons API will only allow an itemSearch() call to specify an itemPage of 1-5 --...
It's found in the 'response' variable. However, you can only get this if using callbacks rather than promises from what I can tell in the documentation. To get the total...
Also see https://github.com/t3chnoboy/amazon-product-api/issues/73 regarding Promises vs Callback consistency.
Also, this is a dupe of https://github.com/t3chnoboy/amazon-product-api/issues/49
Is this any closer to being fixed and released to npm?
The Mirror links for each demo work fine.
Why not go all the way and update to Laravel 5.7.x :-)
Following the readme instructions I too got this issue on macOS, so the ```apt-get``` suggested solution doesn't work for me. The composer install command comes after this one according to...