\JGithubAccount
GitHub API Account class for the Joomla Platform.
Synopsis
class JGithubAccount
extends JGithubObject
{
- // methods
- public createAuthorisation()
- public deleteAuthorisation()
- public editAuthorisation()
- public getAuthorisation()
- public getAuthorisations()
- public getRateLimit()
- // Inherited methods from JGithubObject
- public void __construct()
- protected string fetchUrl()
- protected mixed processResponse()
Hierarchy
Extends
Members
protected
- $client — JGithubHttp
- $options — JRegistry
Methods
public
- createAuthorisation() — Method to create an authorisation.
- deleteAuthorisation() — Method to delete an authorisation
- editAuthorisation() — Method to edit an authorisation.
- getAuthorisation() — Method to get details about an authorised application for the authenticated user.
- getAuthorisations() — Method to get the authorised applications for the authenticated user.
- getRateLimit() — Method to get the rate limit for the authenticated user.
Inherited from JGithubObject
protected
- fetchUrl() — Method to build and return a full request URL for the request. This method will add appropriate pagination details if necessary and also prepend the API url to have a complete URL for the request.
- processResponse() — Process the response and decode it.