JGithubIssues::get
Method to get a single issue.
Signature
public function get(string
$user,
string
$repo,
integer
$issueId )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$issueId
- The issue number.