This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
接口文档修改
tags/v3.0.1
victor
5 years ago
parent
6c77b73ec6
commit
24d5f16302
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
api_document.md
+ 2
- 2
api_document.md
View File
@@ -3502,13 +3502,13 @@ curl -X GET http://localhost:3000/api/ci/languages/114.json | jq
#### 获取构建列表
#### 获取构建列表
```
```
GET /api/:owner/:repo/builds
GET /api/:owner/:repo/builds
??branch={branch}
```
```
*示例*
*示例*
```bash
```bash
curl -X GET \
curl -X GET \
http://localhost:3000/api/Jason/forge/builds | jq
http://localhost:3000/api/Jason/forge/builds
?branch=develop
| jq
```
```
*请求参数说明:*
*请求参数说明:*
Write
Preview
Loading…
Cancel
Save