GithubRepo
GithubRepo =
object
Defined in: src/repos.ts:256
A GitHub repository the authenticated user can clone — their own plus any they
reach as a collaborator or org/team member. url is the HTTPS clone URL.
Properties
Section titled “Properties”isArchived
Section titled “isArchived”isArchived:
boolean
Defined in: src/repos.ts:265
isFork
Section titled “isFork”isFork:
boolean
Defined in: src/repos.ts:264
isPrivate
Section titled “isPrivate”isPrivate:
boolean
Defined in: src/repos.ts:263
name:
string
Defined in: src/repos.ts:260
nameWithOwner
Section titled “nameWithOwner”nameWithOwner:
string
Defined in: src/repos.ts:258
“owner/repo”
owner:
string
Defined in: src/repos.ts:259
pushedAt
Section titled “pushedAt”pushedAt:
string|null
Defined in: src/repos.ts:267
ISO timestamp of the last push, or null; used to sort most-recent first.
url:
string
Defined in: src/repos.ts:262
HTTPS clone URL (e.g. https://github.com/owner/repo.git).