pub async fn activity_slash_list_repo_events(
configuration: &Configuration,
owner: &str,
repo: &str,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<Event>, Error<ActivitySlashListRepoEventsError>>
Expand description
Note: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.