Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

1.1

Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 18 Apr 11:21
· 1 commit to 1.x since this release
dc652c1
  • 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.
    • 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.