Type alias UploadGithubRepoFromUrlParams

UploadGithubRepoFromUrlParams: {
    componentSubtype: ResearchObjectComponentCodeSubtype;
    externalUrl: ExternalUrl;
    targetPath: string;
    uuid: string;
}

Parameters required for uploading an external GitHub code repository

Type declaration

  • componentSubtype: ResearchObjectComponentCodeSubtype

    What type of code the repo contains

  • externalUrl: ExternalUrl

    Web URL to the target repo, and its name

  • targetPath: string

    Target path in the drive (folders must exist beforehand)

  • uuid: string

    The node to upload the repo to

Generated using TypeDoc