linyiyong

Results 2 issues of linyiyong

shopify use Cursor-based pagination in api version 2019-07 and above. so, add method getResponsePaginationLinks to fetch links(next|previous) from Shopify Link headers. ~ Thank you for the package.

### I want to use a full link(with query string) send request `$client->send($request, [ 'query' => [] ]);` When using GuzzleHttp/Client as the client, this code will remove the query...