JGithubPackageIssuesAssignees
class JGithubPackageIssuesAssignees extends JGithubPackage
GitHub API Assignees class for the Joomla Platform.
Methods
object
getList(
string $owner,
string $repo)
List assignees.
boolean
check(
string $owner,
string $repo,
string $assignee)
Check assignee.
Details
object
getList(
string $owner,
string $repo)
List assignees.
This call lists all the available assignees (owner + collaborators) to which issues may be assigned.
boolean
check(
string $owner,
string $repo,
string $assignee)
Check assignee.
You may check to see if a particular user is an assignee for a repository. If the given assignee login belongs to an assignee for the repository, a 204 header with no content is returned. Otherwise a 404 status code is returned.