pub async fn get_recent( configuration: &Configuration, repo_ref: &str, query: Option<&str>, since: Option<i64>, ) -> Result<Vec<String>, Error<GetRecentError>>