interface ClientInterface

Methods

bool
set(array $settings)

Configure the client.

request(string $method = 'GET', string $path = '/', array $headers = [], string $contents = '', string $version = '1.1')

No description

Details

at line 12
bool set(array $settings)

Configure the client.

Parameters

array $settings

Return Value

bool

at line 17
RawResponseInterface request(string $method = 'GET', string $path = '/', array $headers = [], string $contents = '', string $version = '1.1')

No description

Parameters

string $method
string $path
array $headers
string $contents
string $version

Return Value

RawResponseInterface