Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/github/github.controller.ts
List branches for a specific repository
Endpoint
GET /github/repos/:owner/:repo/branches
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
owner | path | string | ✓ | |
repo | path | string | ✓ |
Referenced By
GitHubController(MODULE_DECLARES)
Was this page helpful?