Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoGetContentsRequest

Request parameters for repoGetContents operation in RepositoryApi.

export
interface

RepositoryApiRepoGetContentsRequest

Hierarchy

  • RepositoryApiRepoGetContentsRequest

Index

Properties

filepath: string

path of the dir, file, symlink or submodule in the repo

memberof

RepositoryApiRepoGetContents

owner: string

owner of the repo

memberof

RepositoryApiRepoGetContents

ref?: string

The name of the commit/branch/tag. Default the repository’s default branch (usually master)

memberof

RepositoryApiRepoGetContents

repo: string

name of the repo

memberof

RepositoryApiRepoGetContents

Generated using TypeDoc