pub async fn issue_get_milestone(
configuration: &Configuration,
owner: &str,
repo: &str,
id: &str,
) -> Result<Milestone, Error<IssueGetMilestoneError>>
pub async fn issue_get_milestone(
configuration: &Configuration,
owner: &str,
repo: &str,
id: &str,
) -> Result<Milestone, Error<IssueGetMilestoneError>>