ClientInterface
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.
at line 17
RawResponseInterface
request(string $method = 'GET', string $path = '/', array $headers = [], string $contents = '', string $version = '1.1')
No description