You are here

public function Github_Client::getHttpClient in Bibliography Module 7.2

Get the http client. If none is available, instanciate a curl client.

Return value

Github_HttpClient_Interface a request instance

File

modules/CiteProc/Github/Client.php, line 126

Class

Github_Client
Simple yet very cool PHP Github client

Code

public function getHttpClient() {
  return $this->httpClient;
}