File: /var/www/admin.fixgini.com/vendor/cloudinary/cloudinary_php/src/Api/Upload/UploadEndPoint.php
<?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 CREATE_SLIDESHOW = 'create_slideshow';
const METADATA = 'metadata';
const DOWNLOAD = 'download';
const DOWNLOAD_BACKUP = 'download_backup';
}