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