pub async fn list_gitlab_projects(
configuration: &Configuration,
workspace: &str,
list_gitlab_projects_request: ListGitlabProjectsRequest,
) -> Result<Vec<GitlabProject>, Error<ListGitlabProjectsError>>Expand description
Lists the projects the supplied GitLab token can push to, so a git repository resource can be filled in without hand-writing a project path. The token is used for this call only and is never stored. Requires workspace admin.