리파지토리 상세 조회
    • PDF

    리파지토리 상세 조회

    • PDF

    기사 요약

    개요

    리파지토리를 상세 조회합니다.

    요청

    API URL

    GET  {SOURCECOMMIT_API_URL}/repository/{repositoryName}
    

    요청 Parameter

    항목타입설명비고
    repositoryNamestring리파지토리 이름repositoryList API 로 조회

    요청 Query

    없음

    요청 Body

    없음

    응답

    응답 Body

    {
        "id": "number",
        "name": "string",
        "description": "string",
        "created": {
            "timestamp": "number",
            "user": "string"
        },
        "git": {
            "https": "string",
            "ssh": "string",
            "httpsPrivate": "string"
        },
        "linked": {
            "FileSafer": "boolean",
            "ObjectStorage": "boolean"
        }
    }
    
    항목타입설명비고
    idnumber리파지토리 ID
    namestring리파지토리 이름
    linked.FileSaferboolean파일세이퍼 연동 여부
    linked.ObjectStorageboolean오브젝트스토리지 연동 여부
    git.sshstring리파지토리 git address (ssh)
    git.httpsstring리파지토리 git address (https)
    git.httpsPrivatestring리파지토리 git private address (https)
    descriptionstring리파지토리 설명
    created.userstring리파지토리 생성 유저 ID
    created.timestampnumber리파지토리 생성 시간

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.