Exemplo n.º 1
0
 public function __construct(\Guzzle\Http\Client $client, \AcademyHQ\API\Common\Credentials $credentials, \AcademyHQ\API\ValueObjects\Http\Url $url, \AcademyHQ\API\ValueObjects\Http\Method $method)
 {
     $this->credentials = $credentials;
     $this->url = $url->__toString();
     $this->method = $method->__toString();
     $this->client = $client;
 }