外观
RepoInfoResponseType
约 483 字大约 2 分钟
2025-08-01
@candriajs/git-neko-kit / RepoInfoResponseType
接口: RepoInfoResponseType
定义于: types/platform/repo.ts:37
- 仓库信息
属性
archived
archived:
boolean
定义于: types/platform/repo.ts:55
- 仓库是否已归档
created_at
created_at:
string
定义于: types/platform/repo.ts:75
- 仓库的创建时间
default_branch
default_branch:
string
定义于: types/platform/repo.ts:73
- 仓库的默认分支
description
description:
null
|string
定义于: types/platform/repo.ts:61
- 仓库的描述信息
disabled
disabled:
boolean
定义于: types/platform/repo.ts:57
- 仓库是否被禁用
fork
fork:
boolean
定义于: types/platform/repo.ts:53
- 仓库是否是 fork 仓库
forks_count
forks_count:
number
定义于: types/platform/repo.ts:69
- 仓库的 fork 数量
full_name
full_name:
string
定义于: types/platform/repo.ts:43
- 仓库的完整名称,包含用户名或组织名
html_url
html_url:
string
定义于: types/platform/repo.ts:59
- 仓库的 HTML 页面 URL
id
id:
number
定义于: types/platform/repo.ts:39
- 仓库的唯一 ID
language
language:
null
|string
定义于: types/platform/repo.ts:67
- 仓库的主编程语言
name
name:
string
定义于: types/platform/repo.ts:41
- 仓库的名称
open_issues_count
open_issues_count:
number
定义于: types/platform/repo.ts:71
- 开放的 issue 数量
owner
owner:
RepoUser
定义于: types/platform/repo.ts:45
- 仓库拥有者的信息
private
private:
boolean
定义于: types/platform/repo.ts:49
- 仓库是否私有
public
public:
boolean
定义于: types/platform/repo.ts:47
仓库是否公开
pushed_at
pushed_at:
string
定义于: types/platform/repo.ts:79
- 仓库的推送时间
stargazers_count
stargazers_count:
number
定义于: types/platform/repo.ts:63
- 仓库的 Stargazer 数量
updated_at
updated_at:
string
定义于: types/platform/repo.ts:77
- 仓库的更新时间
visibility
visibility:
"public"
|"private"
定义于: types/platform/repo.ts:51
- 仓库的可见性
watchers_count
watchers_count:
number
定义于: types/platform/repo.ts:65
- 仓库的 Watcher 数量