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é
Référence de la classe JGithubPackageUsersEmails
+ Graphe d'héritage de JGithubPackageUsersEmails:

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
 

Description détaillée

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

Depuis
3.1.4
Obsolète:
4.0 Use the joomla/github package via Composer instead

Documentation des fonctions membres

◆ add()

add (   $email)

Add email address(es).

Paramètres
string | array$emailThe email address(es).
Depuis
3.3 (CMS)
Renvoie
object

Références $path, et json_encode.

◆ delete()

delete (   $email)

Delete email address(es).

Paramètres
string | array$emailThe email address(es).
Depuis
3.3 (CMS)
Renvoie
object

Références $path, et json_encode.

◆ getList()

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.

Depuis
3.3 (CMS)
Renvoie
object

Références $path.


La documentation de cette classe a été générée à partir du fichier suivant :