issue
List all comments on an issue
get/repos/{owner}/{repo}/issues/{index}/comments
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
indexinteger required
index of the issue
Query parameters
sincestring date-time
if provided, only comments updated since the specified time are returned.
beforestring date-time
if provided, only comments updated before the provided time are returned.
Response
CommentList