pub async fn notify_read_repo_list(
configuration: &Configuration,
owner: &str,
repo: &str,
all: Option<&str>,
status_types: Option<Vec<String>>,
to_status: Option<&str>,
last_read_at: Option<String>,
) -> Result<Vec<NotificationThread>, Error<NotifyReadRepoListError>>