Ejemplo n.º 1
0
 public function __construct(CallContext $callContext)
 {
     $this->url = $callContext->getEndpoint() . $callContext->getPath();
     $this->method = $callContext->getMethod();
     $this->httpClient = $callContext->getHttpClient();
     $this->apiKey = $callContext->getApiKey();
 }