This repository was archived by the owner on Dec 8, 2024. It is now read-only.
1.1
- Fixed data being used as URL params for POST and PATCH requests
- The signatures of the following methods have changed
GuzzleApiClient::with(string $clientId, string $clientSecret, GuzzleClientInterface $client = null)
- Removed the
$options
parameter. If you want to modify the behaviour of the underlying GuzzleHTTP client,
configure it directly.
- Removed the
HttpApiClient::with(string $clientId, string $clientSecret, ClientInterface $client, RequestFactoryInterface $requestFactory)
- Removed the
$options
parameter. If you want to modify the behaviour of the underlying HTTP client,
configure it directly.
- Removed the