pub async fn issue_get_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Comment, Error<IssueGetCommentError>>
pub async fn issue_get_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Comment, Error<IssueGetCommentError>>