PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Api
/
Upload
<?php /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cloudinary\Api\Upload; /** * Class UploadEndPoint */ class UploadEndPoint { const UPLOAD = 'upload'; const DESTROY = 'destroy'; const RENAME = 'rename'; const EXPLICIT = 'explicit'; const SPRITE = 'sprite'; const MULTI = 'multi'; const EXPLODE = 'explode'; const TAGS = 'tags'; const CONTEXT = 'context'; const TEXT = 'text'; const GENERATE_ARCHIVE = 'generate_archive'; const METADATA = 'metadata'; const DOWNLOAD = 'download'; const DOWNLOAD_BACKUP = 'download_backup'; }
[-] UploadTrait.php
[edit]
[-] ContextCommand.php
[edit]
[-] CreativeTrait.php
[edit]
[+]
..
[-] ContextTrait.php
[edit]
[-] EditTrait.php
[edit]
[-] ArchiveTrait.php
[edit]
[-] TagTrait.php
[edit]
[-] UploadEndPoint.php
[edit]
[-] TagCommand.php
[edit]
[-] UploadApi.php
[edit]