You are here

public function SDKConnectorInterface::getClient in Apigee Edge 8

Returns the http client.

Return value

\Apigee\Edge\ClientInterface The http client.

1 method overrides SDKConnectorInterface::getClient()
SDKConnector::getClient in src/SDKConnector.php
Returns the http client.

File

src/SDKConnectorInterface.php, line 45

Class

SDKConnectorInterface
Defines an interface for SDK controller classes.

Namespace

Drupal\apigee_edge

Code

public function getClient() : ClientInterface;