You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform hapiclient-php-guzzle7 into hapiclient-symfony.
HapiClient\Http\HapiClient.php
Replace usage GuzzleHttp\Client by Symfony\Contracts\HttpClient\HttpClientInterface
Remove usage of \GuzzleHttp\Psr7\Request, use HapiClient\Http\Request ( no need of \GuzzleHttp\Psr7\Utils::streamFor($body) as HttpClient already streams the body)
Bonus
Find a replacement for GuzzleHttp\UriTemplate\UriTemplate
The text was updated successfully, but these errors were encountered:
Transform
hapiclient-php-guzzle7
intohapiclient-symfony
.HapiClient\Http\HapiClient.php
GuzzleHttp\Client
bySymfony\Contracts\HttpClient\HttpClientInterface
\GuzzleHttp\Psr7\Request
, useHapiClient\Http\Request
( no need of\GuzzleHttp\Psr7\Utils::streamFor($body)
as HttpClient already streams the body)Bonus
Find a replacement for
GuzzleHttp\UriTemplate\UriTemplate
The text was updated successfully, but these errors were encountered: