---
- branches: branches = GET /projects/:project_id/repository/branches
- branch: branch = GET /projects/:project_id/repository/branches/:branch_name
- protect_branch: PUT /projects/:project_id/repository/branches/:branch_name/protect?
- unprotect_branch: PUT /projects/:project_id/repository/branches/:branch_name/unprotect
- create_branch: branch = POST /projects/:project_id/repository/branches?
- delete_branch: DELETE /projects/:project_id/repository/branches/:branch_name