github_api_project_issue_or_pr_comments | R Documentation |
Download Issues' or Pull Request's Comments from "GET /repos/owner/repo/issues/comments" endpoint. Optional parameter since is used to download comments updated after the specified date. If the value of since is NULL, it is not passed to the API call and all comments are downloaded.
github_api_project_issue_or_pr_comments(owner, repo, token, since = NULL)
owner |
GitHub's repository owner (e.g. sailuh) |
repo |
GitHub's repository name (e.g. kaiaulu) |
token |
Your GitHub API token |
since |
Optional parameter to specify pulling only comments updated after this date |
For details, see https://docs.github.com/en/rest/reference/issues#list-issue-comments-for-a-repository and https://docs.github.com/en/rest/guides/working-with-comments#pull-request-comments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.