View Source Transloaditex.Assembly (transloaditex v0.2.2)

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

Link to this function

cancel_assembly(assembly)

View Source

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.

Link to this function

create_assembly(options)

View Source

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:

Returns:

An instance of Transloaditex.Response.