pub async fn issue_get_comments( configuration: &Configuration, owner: &str, repo: &str, index: i64, since: Option<String>, before: Option<String>, ) -> Result<Vec<Comment>, Error<IssueGetCommentsError>>