JGithubAccount
class JGithubAccount extends JGithubObject
GitHub API Account class for the Joomla Platform.
Methods
object
createAuthorisation(
array $scopes = array(),
string $note = '',
string $url = '')
Method to create an authorisation.
object
deleteAuthorisation(
integer $id)
Method to delete an authorisation
object
editAuthorisation(
integer $id,
array $scopes = array(),
array $addScopes = array(),
array $removeScopes = array(),
string $note = '',
string $url = '')
Method to edit an authorisation.
object
getAuthorisation(
integer $id)
Method to get details about an authorised application for the authenticated user.
object
getAuthorisations()
Method to get the authorised applications for the authenticated user.
object
getRateLimit()
Method to get the rate limit for the authenticated user.
Details
object
createAuthorisation(
array $scopes = array(),
string $note = '',
string $url = '')
Method to create an authorisation.
object
editAuthorisation(
integer $id,
array $scopes = array(),
array $addScopes = array(),
array $removeScopes = array(),
string $note = '',
string $url = '')
Method to edit an authorisation.