class BigkindsClient

BigkindsClient with http client This class is useful when you request Bigkinds server.

Methods

__construct(array $config = [], Client|null $http = null)

Constructor.

mixed
request(string $method, array $query = [])

No description

void
setHttpClient(ClientInterface $http)

Set the Http Client object.

ClientInterface
getHttpClient()

No description

Details

at line 70
__construct(array $config = [], Client|null $http = null)

Constructor.

Parameters

array $config
Client|null $http

at line 88
mixed request(string $method, array $query = [])

No description

Parameters

string $method
array $query

|| nullable

Return Value

mixed

at line 128
void setHttpClient(ClientInterface $http)

Set the Http Client object.

Parameters

ClientInterface $http

Return Value

void

at line 136
ClientInterface getHttpClient()

No description

Return Value

ClientInterface implementation