type User

A github user.

field login : string

Login handle for the user.

field id : u64

Identifier of the user.

field avatar_url : string

URL to avatar of the user.

field gravatar_id : string

Gravatar ID of the user.

field url : string

URL to the user page.

field html_url : string

HTML URL to the user page.

field followers_url : string

API URL to get followers.

field following_url : string

API URL to get following.

field gists_url : string

API URL to get gists for user.

field starred_url : string

API URL to get starred by user.

field subscriptions_url : string

URL to get subscriptions for user.

field organizations_url : string

URL to get organizations for user.

field repos_url : string

URL to get repositories for user.

field events_url : string

URL to get events for user.

field received_events_url : string

URL to get received events by user.

field type : User :: Type

Type of the user.

field site_admin : boolean

Is this user a site admin?

nested enum User :: Type

no documentation :(