Get a repo
Get a repo by name, or unambiguously by its internal id.
Returns the repo’s details, including its internal id, which is required to
tag the repo via the generic tags endpoint (PATCH /tags//repo/).
If multiple repos share the same name across different VCS providers and
neither id nor provider is given, returns a 400 listing the providers to
choose from.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
VCS provider (e.g. github, gitlab, bitbucket, azure-devops, circleci). Required when multiple repos share the same name across providers.
github, gitlab, bitbucket, azure-devops, circleci The repo's internal id (returned as id in the repo response). If given, this unambiguously identifies the repo and 'provider' is ignored.