Creates an instance of User.
The username to get information for.
The token to authenticate on
Makes a request to the GitHub API
The URI to request on
Gets the contents of user.followers_url
Gets the contents of user.following_url
Gets a list of public gists the user owns
Gets a list of repos the user has starred
Gets a list of subscriptions the user has
Gets the raw JSON from the API.
Generated using TypeDoc
A user from the GitHub API. See IUserResponse for
.raw
fields.