Function github::activity::events::list_repo_issue_events [-] [+] [src]

pub fn list_repo_issue_events(client: &Client, user: &str, repo: &str) -> IssueEventReturnType

List issue events for a repository.

Repository issue events have a different format than other events, as documented by the GitHub Events API and represented by IssueEventResponse.