リポジトリの詳細
    • PDF

    リポジトリの詳細

    • PDF

    記事の要約

    最新のコンテンツが反映されていません。早急にアップデート内容をご提供できるよう努めております。最新のコンテンツ内容は韓国語ページをご参照ください。

    概要

    リポジトリの詳細を照会します。

    リクエスト

    API URL

    GET  {SOURCECOMMIT_API_URL}/repository/{repositoryName}
    

    リクエストパラメータ

    項目タイプ説明備考
    repositoryNamestringリポジトリ名repositoryList APIで照会

    リクエストクエリ

    なし

    リクエストボディ

    なし

    レスポンス

    レスポンスボディ

    {
        "id": "number",
        "name": "string",
        "description": "string",
        "created": {
            "timestamp": "number",
            "user": "string"
        },
        "git": {
            "https": "string",
            "ssh": "string"
        },
        "linked": {
            "FileSafer": "boolean"
        }
    }
    
    項目タイプ説明備考
    idnumberリポジトリID
    namestringリポジトリ名
    linked.FileSaferbooleanFile Safer連携の有無
    git.sshstringリポジトリGitアドレス(SSH)
    git.httpsstringリポジトリGitアドレス(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.