Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OrganizationRoute

Hierarchy

  • Routefetcher
    • OrganizationRoute

Index

Methods

Methods

getProfile

  • Returns organization profile. Null is returned if organization with given name was not found.

    Example: getProfile('facebook')

    Parameters

    • organizationName: string

      GitHub name of organization (e.g. 'facebook')

    Returns Promise<OrganizationProfile | null>

Generated using TypeDoc