import_projects:
Import components and system_projects from the mentioned zip directory
to the current workspace.
(Get the list of existing components and projects from the zip using
get_project_info(src) API.)
Prototype:
sys_proj = client.import_projects(src = <source_zip_dir>,
components = <component_names>,
system_projects = <proj_names>,
dest = <destination_dir>)
Required Arguments:
src = <source_zip_dir>
Full path of the zipped project.
Optional Arguments:
components = <component_names>
Names of components to be imported.
system_projects = <proj_names>
Names of system projects to be imported.
dest = <destination_dir>
Path at which the project is to be imported.
Default location is current workspace.