|
|
$response = $this->performRequest($url, $method, $options);
|
|
$response = $this->performRequest($url, $method, $options);
|
|
|
return $returnRaw ? $response : $this->castResponseToType($response, $this->app->config->get('response_type'));
|
|
return $returnRaw ? $response : $this->castResponseToType($response, $this->app->config->get('response_type'));
|