GitHub API References class for the Joomla Platform.
https://developer.github.com/v3/users/keys
- Depuis
- 3.1.4
- Obsolète:
- 4.0 Use the
joomla/github
package via Composer instead
◆ create()
Create a public key
- Paramètres
-
string | $title | The title of the key. |
string | $key | The key. |
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $data, $key, $path, $title, et json_encode.
◆ delete()
Delete a public key.
- Paramètres
-
integer | $id | The id of the key. |
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $id, et $path.
◆ edit()
edit |
( |
|
$id, |
|
|
|
$title, |
|
|
|
$key |
|
) |
| |
Update a public key.
- Paramètres
-
integer | $id | The id of the key. |
string | $title | The title of the key. |
string | $key | The key. |
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $data, $id, $key, $path, $title, et json_encode.
◆ get()
Get a single public key.
- Paramètres
-
integer | $id | The id of the key. |
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $id, et $path.
◆ getList()
List your public keys.
Lists the current user’s keys. Management of public keys via the API requires that you are authenticated through basic auth, or OAuth with the ‘user’ scope.
- Depuis
- 3.3 (CMS)
- Renvoie
- object
Références $path.
◆ getListUser()
List public keys for a user.
Lists the verified public keys for a user. This is accessible by anyone.
- 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 :