Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api/v1///commits//files.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"file_nums": 78,
"total_addition": 5360,
"total_deletion": 0,
"files": [
{
"filename": "packages/max/bin/inula.js",
"old_name": "packages/max/bin/inula.js",
"index": 5,
"type": 1,
"is_bin": false,
"is_created": true,
"is_deleted": false,
"is_lfs_file": false,
"is_renamed": false,
"is_submodule": false,
"additions": 14,
"deletions": 0,
"changes": 14,
"sha": "68ad2d3e9c4d72b15e825e8f0859596e1e0be9f8"
}
]
}