GET /repos/{owner}/{repo}/branches/{branch}

github.com:github-rest-api

Summary: Get a branch
Operation ID: repos/get-branch
Auth: bearer_token

Parameters (3)

branch (string, path, required)

The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql).

owner (string, path, required)

The account owner of the repository. The name is not case sensitive.

repo (string, path, required)

The name of the repository without the `.git` extension. The name is not case sensitive.

No probe data for this endpoint yet.