pub async fn issue_get_comments_and_timeline(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
since: Option<String>,
page: Option<i32>,
limit: Option<i32>,
before: Option<String>,
) -> Result<Vec<TimelineComment>, Error<IssueGetCommentsAndTimelineError>>