Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OrganizationProfile

Public profile of a GitHub organization

Hierarchy

Index

Properties

avatarUrl

avatarUrl: string

The URL pointing to the profile's avatar (image) on GitHub – e.g. 'https://avatars1.githubusercontent.com/u/9919?s=200&v=4'

description

description: string

Description of the organization

displayName

displayName: string

Name of the public profile (most often the real name of the organization)

gitHubId

gitHubId: string

GitHub's own id for organization

membersCount

membersCount: number

Number of members (i.e. users) that is member of the organization

name

name: string

Name of the organization. Equivalent to the username of a user profile

publicUrl

publicUrl: string

The URL pointing to the profile on GitHub – e.g. 'https://github.com/github'

Generated using TypeDoc