Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/Models/RepoModel.ts>RepoModel

Various HTTP clients for miscellaneous use.
Latest
interface RepoModel
import { type RepoModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/RepoModel.ts";

Represents a GitHub repository.

Properties

id: number

Gets or sets the ID of the repository.

optional
node_id: string

Gets or sets the node ID of the repository.

name: string

Gets or sets the name of the repository.

optional
full_name: string

Gets or sets the full name of the repository.

optional
html_url: string

Gets or sets the URL of the repository.

url: string

Gets or sets the URL of the repository.