GitHub API References class for the Joomla Platform.
https://developer.github.com/v3/users/followers
- Depuis
- 3.1.4
- Obsolète:
- 4.0 Use the
joomla/github
package via Composer instead
◆ check()
Check if you are following a user.
- Paramètres
-
string | $user | The name of the user. |
- Exceptions
-
- Depuis
- 3.3 (CMS)
- Renvoie
- boolean
Références $path, et $user.
◆ follow()
Follow a user.
Following a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow scope.
- Paramètres
-
string | $user | The name of the user. |
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $path, et $user.
◆ getList()
List followers of a user.
- Paramètres
-
string | $user | The name of the user. If not set the current authenticated user will be used. |
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $path, et $user.
◆ getListFollowedBy()
getListFollowedBy |
( |
|
$user = '' | ) |
|
List users followed by another user.
- Paramètres
-
string | $user | The name of the user. If not set the current authenticated user will be used. |
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $path, et $user.
◆ unfollow()
Unfollow a user.
Unfollowing a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow scope.
- Paramètres
-
string | $user | The name of the user. |
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $path, et $user.
La documentation de cette classe a été générée à partir du fichier suivant :