Get Source Repository Clone Urls
codecatalyst_get_source_repository_clone_urls | R Documentation |
Returns information about the URLs that can be used with a Git client to clone a source repository¶
Description¶
Returns information about the URLs that can be used with a Git client to clone a source repository.
Usage¶
codecatalyst_get_source_repository_clone_urls(spaceName, projectName,
sourceRepositoryName)
Arguments¶
spaceName |
[required] The name of the space. |
projectName |
[required] The name of the project in the space. |
sourceRepositoryName |
[required] The name of the source repository. |
Value¶
A list with the following syntax:
list(
https = "string"
)
Request syntax¶
svc$get_source_repository_clone_urls(
spaceName = "string",
projectName = "string",
sourceRepositoryName = "string"
)