Stasis
Code

Get blame

Get blame information for a file

GET
/api/v1/repos/{owner}/{repo}/blame/{ref}/{path}

Path Parameters

owner*string
repo*string
ref*string
path*string

Response Body

application/json

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