29 lines
604 B
JSON
29 lines
604 B
JSON
|
{
|
||
|
"index": "1",
|
||
|
"name": "projectname",
|
||
|
"is_private": false,
|
||
|
"is_mirror": false,
|
||
|
"description": "project description",
|
||
|
"default_branch": "main",
|
||
|
"repositories": [
|
||
|
{
|
||
|
"name": "vcs",
|
||
|
"vcs": "hg"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcs.wiki"
|
||
|
}
|
||
|
],
|
||
|
"archived": true,
|
||
|
"archived_at": "1987-04-12T23:20:50.52Z",
|
||
|
"created": "1985-04-12T23:20:50.52Z",
|
||
|
"updated": "1986-04-12T23:20:50.52Z",
|
||
|
"url": "https://example.com",
|
||
|
"stars": "BBBBBB",
|
||
|
"has_ci": true,
|
||
|
"has_issues": true,
|
||
|
"has_packages": true,
|
||
|
"has_pull_requests": true,
|
||
|
"has_wiki": true
|
||
|
}
|