pub async fn issues_slash_get_milestone(
configuration: &Configuration,
owner: &str,
repo: &str,
milestone_number: i32,
) -> Result<Milestone, Error<IssuesSlashGetMilestoneError>>
Expand description
Gets a milestone using the given milestone number.