apiUrl option
This commit is contained in:
parent
4b11b32cbc
commit
1774c1eeff
@ -16,6 +16,10 @@ class MultiDownloaderClient
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->apiKey = $apiKey;
|
$this->apiKey = $apiKey;
|
||||||
|
|
||||||
|
if (!empty($options['apiUrl'])) {
|
||||||
|
$this->apiUrl = $options['apiUrl'];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function downloadAsString(array $files)
|
public function downloadAsString(array $files)
|
||||||
|
Loading…
Reference in New Issue
Block a user