Code
Get blame
Get blame information for a file
curl -X GET "https://example.com/api/v1/repos/string/string/blame/string/string"{
"blame": [
{
"author": "string",
"commit": "string",
"content": "string",
"date": "string",
"email": "string",
"line_no": 0
}
],
"path": "string",
"ref": "string",
"total": 0
}Empty
Empty