GitHub API Activity Events class for the Joomla Platform.
https://developer.github.com/v3/activity/events/
- Depuis
- 3.3 (CMS)
- Obsolète:
- 4.0 Use the
joomla/github
package via Composer instead
◆ getByUser()
List events performed by a user.
If you are authenticated as the given user, you will see your private events. Otherwise, you’ll only see public events.
- Paramètres
-
- Depuis
- 3.1.4
- Renvoie
- object
Références $path, et $user.
◆ getByUserPublic()
List public events performed by a user.
- Paramètres
-
- Depuis
- 3.1.4
- Renvoie
- object
Références $path, et $user.
◆ getIssue()
getIssue |
( |
|
$owner, |
|
|
|
$repo |
|
) |
| |
List issue events for a repository.
- Paramètres
-
string | $owner | Repository owner. |
string | $repo | Repository name. |
- Depuis
- 3.1.4
- Renvoie
- object
Références $path.
◆ getNetwork()
getNetwork |
( |
|
$owner, |
|
|
|
$repo |
|
) |
| |
List public events for a network of repositories.
- Paramètres
-
string | $owner | Repository owner. |
string | $repo | Repository name. |
- Depuis
- 3.1.4
- Renvoie
- object
Références $path.
◆ getOrg()
List public events for an organization.
- Paramètres
-
- Depuis
- 3.1.4
- Renvoie
- object
Références $path.
◆ getPublic()
List public events.
- Depuis
- 3.1.4
- Renvoie
- object
Références $path.
◆ getRepository()
getRepository |
( |
|
$owner, |
|
|
|
$repo |
|
) |
| |
List repository events.
- Paramètres
-
string | $owner | Repository owner. |
string | $repo | Repository name. |
- Depuis
- 3.1.4
- Renvoie
- object
Références $path.
◆ getUser()
List events that a user has received.
These are events that you’ve received by watching repos and following users. If you are authenticated as the given user, you will see private events. Otherwise, you’ll only see public events.
- Paramètres
-
- Depuis
- 3.1.4
- Renvoie
- object
Références $path, et $user.
◆ getUserOrg()
getUserOrg |
( |
|
$user, |
|
|
|
$org |
|
) |
| |
List events for an organization.
This is the user’s organization dashboard. You must be authenticated as the user to view this.
- Paramètres
-
string | $user | User name. |
string | $org | Organisation. |
- Depuis
- 3.1.4
- Renvoie
- object
Références $path, et $user.
◆ getUserPublic()
List public events that a user has received.
- Paramètres
-
- Depuis
- 3.1.4
- Renvoie
- object
Références $path, et $user.
La documentation de cette classe a été générée à partir du fichier suivant :