amazon-ecs icon indicating copy to clipboard operation
amazon-ecs copied to clipboard

With Laravel, search and lookup Amazon products easily.

Results 3 amazon-ecs issues
Sort by recently updated
recently updated
newest added

Hello, since this morning, without update the code, I have this error which is triggered by calling the method ->json (); `SignatureDoesNotMatchThe request signature we calculated does not match the...

Here are changes done - 1. isbn() method is added to search book 2. isbn() is added to README 3. ClientException to ClientErrorResponseException

Doing a simple: `$bookFromAmazon = Amazon::lookup($bookTitle)->json();` throws an error: `Call to undefined method GuzzleHttp\Psr7\Response::json()`do you have any idea why ? PS: `->xml()`gives the same error

bug