![]() |
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 JGithubPackageActivityStarring:Fonctions membres publiques | |
| getList ($owner, $repo) | |
| getRepositories ($user='') | |
| check ($owner, $repo) | |
| star ($owner, $repo) | |
| unstar ($owner, $repo) | |
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 Activity Events class for the Joomla Platform.
https://developer.github.com/v3/activity/starring/
| check | ( | $owner, | |
| $repo | |||
| ) |
Check if you are starring a repository.
Requires for the user to be authenticated.
| string | $owner | Repository owner. |
| string | $repo | Repository name. |
| UnexpectedValueException |
Références $path.
| getList | ( | $owner, | |
| $repo | |||
| ) |
List Stargazers.
| string | $owner | Repository owner. |
| string | $repo | Repository name. |
Références $path.
| getRepositories | ( | $user = '' | ) |
| star | ( | $owner, | |
| $repo | |||
| ) |
Star a repository.
Requires for the user to be authenticated.
| string | $owner | Repository owner. |
| string | $repo | Repository name. |
Références $path.
| unstar | ( | $owner, | |
| $repo | |||
| ) |
Unstar a repository.
Requires for the user to be authenticated.
| string | $owner | Repository owner. |
| string | $repo | Repository name. |
Références $path.