View Source Transloaditex.Template (transloaditex v0.2.4)
Summary
Functions
Delete the template specified by the 'template_id'.
Get the template specified by template id or template url
Get the list of templates
Update the template specified by the 'template_id'.
Functions
...
Delete the template specified by the 'template_id'.
Args:
template_id
(str)
Returns:
An instance of Transloaditex.Response
.
Get the template specified by template id or template url
Args:
template
(str) - One of template id or template url
Returns:
An instance of Transloaditex.Response
Get the list of templates
Args:
options
(Optional[map]): params to send along with the request. Please see https://transloadit.com/docs/api-docs/#45-retrieve-template-list for available options.
Returns:
An instance of Transloaditex.Response
.
Update the template specified by the 'template_id'.
Args:
template_id
(str)data
(map) - key, value pair of fields and their new values.
Returns:
An instance of Transloaditex.Response
.