apiUrl option

This commit is contained in:
Mathieu 2024-01-11 12:42:34 +00:00
parent 4b11b32cbc
commit 1774c1eeff

View File

@ -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)