Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getList ($owner, $repo) | |
getRepositories ($user='') | |
getSubscription ($owner, $repo) | |
setSubscription ($owner, $repo, $subscribed, $ignored) | |
deleteSubscription ($owner, $repo) | |
check ($owner, $repo) | |
watch ($owner, $repo) | |
unwatch ($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 Watching Events class for the Joomla Platform.
https://developer.github.com/v3/activity/watching/
check | ( | $owner, | |
$repo | |||
) |
Check if you are watching a repository (LEGACY).
Requires for the user to be authenticated.
string | $owner | Repository owner. |
string | $repo | Repository name. |
UnexpectedValueException |
Références $path.
deleteSubscription | ( | $owner, | |
$repo | |||
) |
Delete a Repository Subscription.
string | $owner | Repository owner. |
string | $repo | Repository name. |
Références $path.
getList | ( | $owner, | |
$repo | |||
) |
List watchers
string | $owner | Repository owner. |
string | $repo | Repository name. |
Références $path.
getRepositories | ( | $user = '' | ) |
getSubscription | ( | $owner, | |
$repo | |||
) |
Get a Repository Subscription.
string | $owner | Repository owner. |
string | $repo | Repository name. |
Références $path.
setSubscription | ( | $owner, | |
$repo, | |||
$subscribed, | |||
$ignored | |||
) |
Set a Repository Subscription.
string | $owner | Repository owner. |
string | $repo | Repository name. |
boolean | $subscribed | Determines if notifications should be received from this thread. |
boolean | $ignored | Determines if all notifications should be blocked from this thread. |
Références $data, $path, et json_encode.
unwatch | ( | $owner, | |
$repo | |||
) |
Stop watching a repository (LEGACY).
Requires for the user to be authenticated.
string | $owner | Repository owner. |
string | $repo | Repository name. |
Références $path.
watch | ( | $owner, | |
$repo | |||
) |
Watch a repository (LEGACY).
Requires for the user to be authenticated.
string | $owner | Repository owner. |
string | $repo | Repository name. |
Références $path.