Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm2k6 committed May 25, 2016
1 parent 2b7148b commit 8542fe7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,26 @@ with:
- publicIds: images to remove tag from
- options: options for your uploaded image, check the Cloudinary documentation to know more


```
Cloudder::createArchive($options, $archiveName, $mode)
```
with:
- options: options for your archive, like name, tag/prefix/public ids to select images
- archiveName: name you want to give to your archive
- mode: 'create' or 'download' ('create' will create an archive and returns a JSON response with the properties of the archive, 'download' will return the zip file for download)

creates a zip file on Cloudinary

```
Cloudder::downloadArchiveUrl($options, $archiveName)
```
with:
- options: options for your archive, like name, tag/prefix/public ids to select images
- archiveName: name you want to give to your archive

returns a download url for the newly created archive on Cloudinary

## Running tests

```
Expand Down

0 comments on commit 8542fe7

Please sign in to comment.