shopify-php-sdk icon indicating copy to clipboard operation
shopify-php-sdk copied to clipboard

FIX: when request full url, make the url itself query string valid

Open kaxiluo opened this issue 4 years ago • 1 comments

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 string on my original link

kaxiluo avatar Mar 30 '21 09:03 kaxiluo

Get the next page through the Shopify Link headers, I want to use this link directly. thanks~

kaxiluo avatar Mar 30 '21 09:03 kaxiluo