Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GistProfile

Public profile of gist

Hierarchy

Index

Properties

commentsCount

commentsCount: number

Number of comments made to gist

creationDateTime

creationDateTime: Date

When the gist was created on GitHub

description

description: string

Description of gist

files

A list containing a breakdown of the programming language composition of the gist's code

forksCount

forksCount: number

Number of direct forked gists

gistId

gistId: string

The gist's id (same as the name of the gist)

gitHubId

gitHubId: string

GitHub's own id for gist

isFork

isFork: boolean

Indicates if the gist is forked

lastPushDateTime

lastPushDateTime: Date

The last time a commit was pushed to the gist

ownerUsername

ownerUsername: string

GitHub username of owner of gist

publicUrl

publicUrl: string

The URL pointing to the gist on GitHub – e.g. 'https://gist.github.com/staltz/868e7e9bc2a7b8c1f754'

starsCount

starsCount: number

Number of users who have starred the repository

Generated using TypeDoc