Class JGithubPackageGists
GitHub API Gists class for the Joomla Platform.
- JGithubObject
- JGithubPackage
- JGithubPackageGists
Package: Joomla\Platform\GitHub
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Documentation: https://developer.github.com/v3/gists
Located at joomla/github/package/gists.php
Deprecated: 4.0 Use the
joomla/github
package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Documentation: https://developer.github.com/v3/gists
Located at joomla/github/package/gists.php
Methods summary
public
object
|
|
public
|
|
public
object
|
|
public
object
|
|
public
object
|
|
public
array
|
|
public
array
|
#
getListByUser( string $user, integer $page = 0, integer $limit = 0 )
Method to get a list of gists belonging to a given user. |
public
array
|
|
public
array
|
#
getListStarred( integer $page = 0, integer $limit = 0 )
Method to get a list of the authenticated users' starred gists. |
public
boolean
|
|
public
|
|
public
|
|
protected
array
|
#
buildFileData( array $files )
Method to fetch a data array for transmitting to the GitHub API for a list of files based on an input array of file paths or filename and content pairs. |
public
object
|
|
public
|
|
public
object
|
|
public
object
|
|
public
array
|
#
getComments( integer $gistId, integer $page = 0, integer $limit = 0 )
Method to get the list of comments on a gist. |
Methods inherited from JGithubPackage
Methods inherited from JGithubObject
__construct()
,
fetchUrl()
,
processResponse()
Magic methods summary
Properties summary
protected
string
|
$name | |
protected
array
|
$packages |
Properties inherited from JGithubObject
Magic properties
public read-only
|
$comments |
|
#
GitHub API object for gist comments. |