View Source Transloaditex.Assembly (transloaditex v0.2.1)
Summary
Functions
Cancel the assembly specified by either assembly_id or assembly_url
Create a new assembly
Get the assembly specified by assemby id or assembly url
Get the list of assemblies.
Functions
Cancel the assembly specified by either assembly_id or assembly_url
Args:
assembly
(str) - One of assembly_id or assembly_url
Returns:
An instance of Transloaditex.Response
.
Create a new assembly
Args:
options
(map) - ...
Returns:
An instance of Transloaditex.Response
.
Get the assembly specified by assemby id or assembly url
Args:
assembly
(str) - One of assembly id or assembly url
Returns:
An instance of Transloaditex.Response
.
Get the list of assemblies.
Args:
options
(Optional[map) - params to send along with the request. Please see https://transloadit.com/docs/api-docs/#25-retrieve-assembly-list for available options.
Returns:
An instance of Transloaditex.Response
.