public function ApigeeEdgeManagementCliService::__construct in Apigee Edge 8
Constructs a ApigeeEdgeManagementCliService object.
Parameters
\GuzzleHttp\ClientInterface $http_client: The HTTP client.
File
- src/
Command/ Util/ ApigeeEdgeManagementCliService.php, line 47
Class
- ApigeeEdgeManagementCliService
- Defines an interface for Edge connection classes.
Namespace
Drupal\apigee_edge\Command\UtilCode
public function __construct(ClientInterface $http_client) {
$this->httpClient = $http_client;
}