Class JGithubAccount
GitHub API Account class for the Joomla Platform.
- JGithubObject
- JGithubAccount
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: 12.3
Located at joomla/github/account.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: 12.3
Located at joomla/github/account.php
Methods summary
public
object
|
#
createAuthorisation( array $scopes = array(), string $note = '', string $url = '' )
Method to create an authorisation. |
public
object
|
|
public
object
|
#
editAuthorisation( integer $id, array $scopes = array(), array $addScopes = array(), array $removeScopes = array(), string $note = '', string $url = '' )
Method to edit an authorisation. |
public
object
|
#
getAuthorisation( integer $id )
Method to get details about an authorised application for the authenticated user. |
public
object
|
|
public
object
|
Methods inherited from JGithubObject
__construct()
,
fetchUrl()
,
processResponse()