Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiGetTreeRequest

Request parameters for getTree operation in RepositoryApi.

export
interface

RepositoryApiGetTreeRequest

Hierarchy

  • RepositoryApiGetTreeRequest

Index

Properties

owner: string

owner of the repo

memberof

RepositoryApiGetTree

page?: number

page number; the 'truncated' field in the response will be true if there are still more items after this page, false if the last page

memberof

RepositoryApiGetTree

perPage?: number

number of items per page

memberof

RepositoryApiGetTree

recursive?: boolean

show all directories and files

memberof

RepositoryApiGetTree

repo: string

name of the repo

memberof

RepositoryApiGetTree

sha: string

sha of the commit

memberof

RepositoryApiGetTree

Generated using TypeDoc