Stasis
Branches

List branches

List all branches in the repository

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

Path Parameters

owner*string
repo*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/repos/string/string/branches"
{
  "branches": [
    {
      "hash": "string",
      "is_head": true,
      "name": "string"
    }
  ],
  "total": 0
}
Empty
Empty