@squidcloud/client
    Preparing search index...

    Interface GitHubRepositoryConfiguration

    Stores the immutable GitHub identity and access metadata for a selected repository.

    interface GitHubRepositoryConfiguration {
        cloneUrl: string;
        defaultBranch: string;
        fullName: string;
        htmlUrl: string;
        id: number;
    }
    Index
    cloneUrl: string

    Stores the credential-free HTTPS clone URL.

    defaultBranch: string

    Stores the default branch name.

    fullName: string

    Stores the owner/repository name.

    htmlUrl: string

    Stores the credential-free HTTPS web URL.

    id: number

    Stores GitHub's numeric repository identifier.