fork项目
POST
/api/{owner}/{repo}/forks.json最后修改时间: 1 年前
请求参数
Path 参数
owner
string
项目拥有者标识
repo
string
项目标识
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
integer
必需
message
string
必需
id
integer
必需
identifier
string
必需
示例成功示例
{
"status": 0,
"message": "fork项目成功",
"id": 49,
"identifier": "testtesttest"
}
最后修改时间: 1 年前