Returns repository profile. Null is returned if repository with given parameters was not found.
Example #1 (user-owned repository): getProfile('torvalds', 'linux')
Example #2 (organization-owned repository): getProfile('facebook', 'react')
The GitHub name of the repository owner (i.e. the username if the owner is a user, or the name of a organization if the owner is a organization)
The GitHub name of the repository (e.g. 'linux' or 'facebook')
Generated using TypeDoc
Returns repository profile. Null is returned if repository with given parameters was not found.
Example #1 (user-owned repository): getProfile('torvalds', 'linux')
Example #2 (organization-owned repository): getProfile('facebook', 'react')