代码托管 CodeArts Repo-查询某个仓库的提交信息:响应示例

时间:2025-02-12 15:03:27

响应示例

状态码: 200

OK

{  "result" : [ {    "id" : "85a0a9d5c6e43bc9c3e443ac01f789e24eeef02b",    "title" : "some commit message",    "message" : "some commit message",    "short_id" : "85a0a9d5",    "author_name" : "repo",    "author_email" : null,    "committer_name" : "repo",    "committer_email" : null,    "created_at" : "2021-09-26T03:44:51.000Z",    "parent_ids" : [ "5c114bb316dff4d4a046e09a5c44c816f2433140" ],    "committed_date" : "2021-09-26T03:44:51.000Z",    "authored_date" : null  }, {    "id" : "5c114bb316dff4d4a046e09a5c44c816f2433140",    "title" : "更新README.md",    "message" : "更新README.md",    "short_id" : "5c114bb3",    "author_name" : "repo",    "author_email" : null,    "committer_name" : "repo",    "committer_email" : null,    "created_at" : "2021-08-26T12:02:58.000Z",    "parent_ids" : [ "646fc72bd87eb02e1e84bf3b82179c7f6d22c2c2" ],    "committed_date" : "2021-08-26T12:02:58.000Z",    "authored_date" : null  } ],  "status" : "success"}
support.huaweicloud.com/api-codeartsrepo/ListCommits.html