issuesData: Get Issues data from GitHub.

Description Usage Arguments Value

View source: R/issueReport.R

Description

For a given GitHub issue, extracts all issue comments.

Usage

1
2
3
4
issuesData(issueNumber = 1, githubUsername = "xxxxxxxxxxxxxxxxxxxx",
  githubToken = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  githubUrl = "https://api.github.com/",
  githubRepo = "mkirch/issueReporter")

Arguments

issueNumber

Integer GitHub issue number.

githubUsername

String of GitHub username to authenticate with.

githubToken

String containing GitHub personal access token, as generated from the settings area in your GitHub account.

githubUrl

String containing the API URL for GitHub. If using a GitHub Enterprise account, use http(s)://hostname/api/v3/ instead of default. Please make sure to append a `/`.

githubRepo

String of format user/repo specifying the GH repo.

Value

Returns a list of list(title,body, c(users), c(nicknames), c(notes)).


issueReporter documentation built on May 30, 2017, 6:24 a.m.