Description Usage Arguments Value See Also Examples
In addition to information returned by GitHub API, appends field "number" for the issue number to which the returned events correspond.
1 | get_issue_events(ref, number)
|
ref |
Repository reference (list) created by |
number |
Number of issue |
Content of GET request as list
Other issues: get_issue_comments
,
get_issues
,
parse_issue_comments
,
parse_issue_events
,
parse_issues
, post_issue
,
report_discussion
,
report_progress
,
viz_waterfall
Other events: parse_issue_events
1 2 3 4 5 6 | ## Not run:
myrepo <- create_repo_ref('emilyriederer', 'myrepo')
events_res <- get_issue_events(myrepo, number = 1)
events <- parse_issue_events(events_res)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.