pub async fn issue_create_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
body: Option<CreateIssueCommentOption>,
) -> Result<Comment, Error<IssueCreateCommentError>>
pub async fn issue_create_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
body: Option<CreateIssueCommentOption>,
) -> Result<Comment, Error<IssueCreateCommentError>>