Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContentsResponse

ContentsResponse contains information about a repo's entry's (dir, file, symlink, submodule) metadata and content

export
interface

ContentsResponse

Hierarchy

  • ContentsResponse

Index

Properties

memberof

ContentsResponse

content?: string

content is populated when type is file, otherwise null

memberof

ContentsResponse

download_url?: string
memberof

ContentsResponse

encoding?: string

encoding is populated when type is file, otherwise null

memberof

ContentsResponse

git_url?: string
memberof

ContentsResponse

html_url?: string
memberof

ContentsResponse

name?: string
memberof

ContentsResponse

path?: string
memberof

ContentsResponse

sha?: string
memberof

ContentsResponse

size?: number
memberof

ContentsResponse

submodule_git_url?: string

submodule_git_url is populated when type is submodule, otherwise null

memberof

ContentsResponse

target?: string

target is populated when type is symlink, otherwise null

memberof

ContentsResponse

type?: string

type will be file, dir, symlink, or submodule

memberof

ContentsResponse

url?: string
memberof

ContentsResponse

Generated using TypeDoc