リポジトリの詳細照会
    • 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",
            "httpsPrivate": "string"
        },
        "linked": {
            "FileSafer": "boolean",
            "ObjectStorage": "boolean"
        }
    }
    
    項目タイプ説明備考
    idnumberリポジトリ ID
    namestringリポジトリ名
    linked.FileSaferbooleanFile Safer連携の有無
    linked.ObjectStoragebooleanオブジェクトストレージ連携の有無
    git.sshstringリポジトリGitアドレス(SSH)
    git.httpsstringリポジトリGitアドレス(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.