powered by
A single issue can be obtained by identification number of number is passed through ...s. In this case, all other query parameters will be ignored.
number
...
get_issues(ref, limit = 1000, ...)
Content of GET request as list
Repository reference (list) created by create_repo_ref()
create_repo_ref()
Number of records to return, passed directly to gh documentation. Defaults to 1000 and provides message if number of records returned equals the limit
gh
Additional user-defined query parameters. Use browse_docs() to learn more.
browse_docs()
Other issues: get_issue_comments(), get_issue_events(), parse_issue_comments(), parse_issue_events(), parse_issues(), post_issue_update(), post_issue(), report_discussion(), report_progress(), viz_waterfall()
get_issue_comments()
get_issue_events()
parse_issue_comments()
parse_issue_events()
parse_issues()
post_issue_update()
post_issue()
report_discussion()
report_progress()
viz_waterfall()
if (FALSE) { myrepo <- create_repo_ref('emilyriederer', 'myrepo') issues_res <- get_issues(myrepo) issues <- parse_issues(issues_res) }
Run the code above in your browser using DataLab