Stasis
Commits

Get commit

Get details of a specific commit

GET
/api/v1/repos/{owner}/{repo}/commits/{sha}

Path Parameters

owner*string
repo*string
sha*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/repos/string/string/commits/string"
{
  "author": "string",
  "author_date": "2019-08-24T14:15:22Z",
  "author_email": "string",
  "committer": "string",
  "committer_date": "2019-08-24T14:15:22Z",
  "committer_email": "string",
  "hash": "string",
  "message": "string",
  "parent_hashes": [
    "string"
  ],
  "short_hash": "string"
}
Empty
Empty