issue
List all comments in a repository
get/repos/{owner}/{repo}/issues/comments
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
Query parameters
sincestring date-time
if provided, only comments updated since the provided time are returned.
beforestring date-time
if provided, only comments updated before the provided time are returned.
pageinteger
page number of results to return (1-based)
limitinteger
page size of results
Response
CommentList