getHttpClient() public method

public getHttpClient ( ) : seregazhuk\PinterestBot\Api\Contracts\HttpClient
return seregazhuk\PinterestBot\Api\Contracts\HttpClient
 /**
  * Returns HttpClient object for setting user-agent string or
  * other CURL available options.
  *
  * @return HttpClient
  */
 public function getHttpClient()
 {
     return $this->request->getHttpClient();
 }