![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de JGithubPackageIssuesAssignees:Fonctions membres publiques | |
| getList ($owner, $repo) | |
| check ($owner, $repo, $assignee) | |
Fonctions membres publiques hérités de JGithubPackage | |
| __get ($name) | |
Fonctions membres publiques hérités de JGithubObject | |
| __construct (Registry $options=null, JGithubHttp $client=null) | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de JGithubObject | |
| fetchUrl ($path, $page=0, $limit=0) | |
| processResponse (JHttpResponse $response, $expectedCode=200, $decode=true) | |
Attributs protégés hérités de JGithubPackage | |
| $name = '' | |
| $packages = array() | |
Attributs protégés hérités de JGithubObject | |
| $options | |
| $client | |
GitHub API Assignees class for the Joomla Platform.
https://developer.github.com/v3/issues/assignees/
| check | ( | $owner, | |
| $repo, | |||
| $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.
| string | $owner | The name of the owner of the GitHub repository. |
| string | $repo | The name of the GitHub repository. |
| string | $assignee | The assignees login name. |
| DomainException|Exception |
Références $path.
| getList | ( | $owner, | |
| $repo | |||
| ) |
List assignees.
This call lists all the available assignees (owner + collaborators) to which issues may be assigned.
| string | $owner | The name of the owner of the GitHub repository. |
| string | $repo | The name of the GitHub repository. |
Références $path.