\JGithubUsers
GitHub API References class for the Joomla Platform.
Synopsis
class JGithubUsers
extends JGithubObject
{
- // methods
- public mixed getUser()
- public mixed getAuthenticatedUser()
- public mixed updateUser()
- public mixed getUsers()
- // Inherited methods from JGithubObject
- public void __construct()
- protected string fetchUrl()
- protected mixed processResponse()
Hierarchy
Extends
Members
protected
- $client — JGithubHttp
- $options — JRegistry
Methods
public
- getAuthenticatedUser() — Get the current authenticated user.
- getUser() — Get a single user.
- getUsers() — Get all users.
- updateUser() — Update a 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.