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' => '',
|
'apiKey' => '',
|
||||||
'apiSecret' => '',
|
'apiSecret' => '',
|
||||||
'url' => '',
|
'url' => '',
|
||||||
])
|
]);
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@ -45,7 +45,7 @@ use Nwb\MultiDownloaderClient\FileRequest;
|
|||||||
$client = new MultiDownloaderClient();
|
$client = new MultiDownloaderClient();
|
||||||
|
|
||||||
$client->addFiles([
|
$client->addFiles([
|
||||||
new FileRequest('http://example.com/image.png')
|
new FileRequest('http://example.com/image.png'),
|
||||||
new FileRequest('http://example.com/image1.png')
|
new FileRequest('http://example.com/image1.png')
|
||||||
]);
|
]);
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user