Skip to main content

getBranch

Get branch information

Path Parameters
  • owner required

    The owner of the repository is generally called "username". The name is not case sensitive.

  • repo required

    repository name. The name is not case sensitive.

  • branch required

    Branch name, cannot contain wildcard characters.

Header Parameters
  • Authorization required

    Oauth2 token or private token (needs to start with Bearer plus a space)

Responses

success

Loading...