pub async fn issues_slash_get_event(
configuration: &Configuration,
owner: &str,
repo: &str,
event_id: i32,
) -> Result<IssueEvent, Error<IssuesSlashGetEventError>>
Expand description
Gets a single event by the event id.
pub async fn issues_slash_get_event(
configuration: &Configuration,
owner: &str,
repo: &str,
event_id: i32,
) -> Result<IssueEvent, Error<IssuesSlashGetEventError>>
Gets a single event by the event id.