fetch_projects

Function fetch_projects 

Source
pub(crate) fn fetch_projects(
    urls: Vec<String>,
    token: Option<&String>,
) -> Result<Project, Box<dyn Error>>
Expand description

Fetch time logs for multiple GitLab repositories and merges them into a single project.