fetch comments
GET https://api.github.com/repos/{{userName}}/{{repoName}}/comments
Fetching comments for each repositories using GitHub API.
- {{repoName}} : Name of the GitHub repository
- {{userName}} : GitHub username for the given repository
GET https://api.github.com/repos/{{userName}}/{{repoName}}/comments
Fetching comments for each repositories using GitHub API.