get_paths

Function get_paths 

Source
pub async fn get_paths(
    configuration: &Configuration,
    repo_ref: &str,
    git_ref: Option<&str>,
    include_directories: Option<bool>,
) -> Result<RepoPathsOutput, Error<GetPathsError>>