pub async fn activity_slash_list_public_events(
configuration: &Configuration,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<Event>, Error<ActivitySlashListPublicEventsError>>
Expand description
We delay the public events feed by five minutes, which means the most recent event returned by the public events API actually occurred at least five minutes ago.