GitHub API Gists Comments class for the Joomla Platform.
https://developer.github.com/v3/gists/comments/
- Depuis
- 3.3 (CMS)
- Obsolète:
- 4.0 Use the
joomla/github
package via Composer instead
◆ create()
create |
( |
|
$gistId, |
|
|
|
$body |
|
) |
| |
Method to create a comment on a gist.
- Paramètres
-
integer | $gistId | The gist number. |
string | $body | The comment body text. |
- Exceptions
-
- Depuis
- 1.7.3
- Renvoie
- object
Références $data, $path, et json_encode.
◆ delete()
Method to delete a comment on a gist.
- Paramètres
-
integer | $commentId | The id of the comment to delete. |
- Exceptions
-
- Depuis
- 1.7.3
- Renvoie
- void
Références $path.
◆ edit()
edit |
( |
|
$commentId, |
|
|
|
$body |
|
) |
| |
Method to update a comment on a gist.
- Paramètres
-
integer | $commentId | The id of the comment to update. |
string | $body | The new body text for the comment. |
- Exceptions
-
- Depuis
- 1.7.3
- Renvoie
- object
Références $data, $path, et json_encode.
◆ get()
Method to get a specific comment on a gist.
- Paramètres
-
integer | $commentId | The comment id to get. |
- Exceptions
-
- Depuis
- 1.7.3
- Renvoie
- object
Références $path.
◆ getList()
getList |
( |
|
$gistId, |
|
|
|
$page = 0 , |
|
|
|
$limit = 0 |
|
) |
| |
Method to get the list of comments on a gist.
- Paramètres
-
integer | $gistId | The gist number. |
integer | $page | The page number from which to get items. |
integer | $limit | The number of items on a page. |
- Exceptions
-
- Depuis
- 1.7.3
- Renvoie
- array
Références $limit, et $path.
La documentation de cette classe a été générée à partir du fichier suivant :