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