JGithubPulls::get
Method to get a single pull request.
Signature
public function get(string
$user,
string
$repo,
integer
$pullIdĀ )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$pullId
- The pull request number.