github_api_project_issue_or_pr_comments: Download Project Issue's or Pull Request's Comments

github_api_project_issue_or_pr_commentsR Documentation

Download Project Issue's or Pull Request's Comments

Description

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.

Usage

github_api_project_issue_or_pr_comments(owner, repo, token, since = NULL)

Arguments

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

References

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.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.