getRepository
getRepository
Path Parameters
- owner required
The owner of the code repository is generally referred to as the "username". The name is not case sensitive.
- repo required
Code repository name. The name is not case sensitive.
Header Parameters
- Authorization required
Oauth2 token or Privatetoken(start with Bearer and a space)
Responses
- 200
- 404
- responseBody
Success
resouce not found
- application/json
- Schema
Schema
- private boolean
is it a private repository
- id long
repo id
- full_name string
absolute path of the repo
- name string
repo name
- description string
repo description
- default_branch string
repo default branch
- git_url string
repo ssh clone url
- html_url string
repo http clone url
Loading...