Skip to main content
Go to Latest
interface Github.User
import { type Github } from "https://deno.land/x/darkflare@v6.4.0/oauth2/mod.ts";
const { User } = Github;

Properties

id: number
login: string
node_id: string
avatar_url: string
gravatar_id: string
url: string
html_url: string
followers_url: string
following_url: string
gists_url: string
starred_url: string
subscriptions_url: string
organizations_url: string
repos_url: string
events_url: string
received_events_url: string
type: string
site_admin: boolean
name: string
company: string
blog: string
location: string
email: string | null
hireable: boolean
bio: string
public_repos: number
public_gists: number
followers: number
following: number
created_at: string
updated_at: string