Filestack\Mixins\TransformationMixin::createTransformUrl
Create the transform parts of the transformation url
Signature
protected function createTransformUrl(string
$api_key,
string
$type,
sring
$resource,
string
$tasks_str,
[FilestackSecurity
$security = NULL] )
Parameters
$api_key
—
string
- Filestack API Key
$type
—
string
- Type of transformation:
image, audio, video
$resource
—
object
- url or Filestack handle
$tasks_str
—
string
- tranformation tasks part of url
$security
—
object
- Filestack Security object if needed
Returns
- string
Errors/Exceptions
-
FilestackException
- if API call fails, e.g 404 file not found