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 () | |
add ($email) | |
delete ($email) | |
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 References class for the Joomla Platform.
Management of email addresses via the API requires that you are authenticated through basic auth or OAuth with the user scope.
https://developer.github.com/v3/users/emails
add | ( | ) |
Add email address(es).
string | array | The email address(es). |
Références $path, et json_encode.
delete | ( | ) |
Delete email address(es).
string | array | The email address(es). |
Références $path, et json_encode.
getList | ( | ) |
List email addresses for a user.
Future response: In the final version of the API, this method will return an array of hashes with extended information for each email address indicating if the address has been verified and if it’s the user’s primary email address for GitHub.
Until API v3 is finalized, use the application/vnd.github.v3 media type to get this response format.
Références $path.