class Guzzle implements AdapterInterface (View source)

Guzzle Adapter (guzzlephp.org)

Properties

protected ClientInterface $client

Methods

__construct(ClientInterface $client)

No description

ClientInterface
getClient()

No description

mixed
send(string $endpoint, string $content, array $headers = array(), array $files = array())

No description

Details

__construct(ClientInterface $client)

Parameters

ClientInterface $client

ClientInterface getClient()

Return Value

ClientInterface

mixed send(string $endpoint, string $content, array $headers = array(), array $files = array())

Parameters

string $endpoint
string $content
array $headers
array $files

Return Value

mixed