pub async fn issues_slash_list_events(
configuration: &Configuration,
owner: &str,
repo: &str,
issue_number: i32,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<IssueEventForIssue>, Error<IssuesSlashListEventsError>>
Expand description
Lists all events for an issue.