리포지토리 상세 조회

Prev Next

리포지토리를 상세하게 조회합니다.

요청

API URL

GET  {SOURCECOMMIT_API_URL}/repository/{repositoryName}

요청 Parameter

항목 타입 설명 비고
repositoryName string 리포지토리 이름 repositoryList API 로 조회

요청 Query

없음

요청 Body

없음

응답

응답 Body

{
    "id": "number",
    "name": "string",
    "description": "string",
    "created": {
        "timestamp": "number",
        "user": "string"
    },
    "git": {
        "https": "string",
        "ssh": "string"
    },
    "linked": {
        "FileSafer": "boolean"
    }
}
항목 타입 설명 비고
id number 리포지토리 ID
name string 리포지토리 이름
linked.FileSafer boolean 파일 세이퍼 연동 여부
git.ssh string 리포지토리 git address (ssh)
git.https string 리포지토리 git address (https)
description string 리포지토리 설명
created.user string 리포지토리 생성 유저 ID
created.timestamp number 리포지토리 생성 시간