pub async fn issue_create_milestone(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreateMilestoneOption>,
) -> Result<Milestone, Error<IssueCreateMilestoneError>>
pub async fn issue_create_milestone(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreateMilestoneOption>,
) -> Result<Milestone, Error<IssueCreateMilestoneError>>