Merge branch 'main' of ssh://git.nwb.fr:22050/modules-communs-php/multi-downloader-client
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
767a246419
@ -32,7 +32,7 @@ $client = new MultiDownloaderClient([
|
||||
'apiKey' => '',
|
||||
'apiSecret' => '',
|
||||
'url' => '',
|
||||
])
|
||||
]);
|
||||
```
|
||||
|
||||
## Usage
|
||||
@ -45,7 +45,7 @@ use Nwb\MultiDownloaderClient\FileRequest;
|
||||
$client = new MultiDownloaderClient();
|
||||
|
||||
$client->addFiles([
|
||||
new FileRequest('http://example.com/image.png')
|
||||
new FileRequest('http://example.com/image.png'),
|
||||
new FileRequest('http://example.com/image1.png')
|
||||
]);
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user