Stasis
Commits

List commits

List commits in the repository

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

Path Parameters

owner*string
repo*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/repos/string/string/commits"
{
  "commits": [
    {
      "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"
    }
  ],
  "ref": "string",
  "total": 0
}
Empty
Empty