pub(crate) fn fetch_projects( urls: Vec<String>, token: Option<&String>, ) -> Result<Project, Box<dyn Error>>
Fetch time logs for multiple GitLab repositories and merges them into a single project.