Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoGetRawFileRequest

Request parameters for repoGetRawFile operation in RepositoryApi.

export
interface

RepositoryApiRepoGetRawFileRequest

Hierarchy

  • RepositoryApiRepoGetRawFileRequest

Index

Properties

filepath: string

filepath of the file to get

memberof

RepositoryApiRepoGetRawFile

owner: string

owner of the repo

memberof

RepositoryApiRepoGetRawFile

ref?: string

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

memberof

RepositoryApiRepoGetRawFile

repo: string

name of the repo

memberof

RepositoryApiRepoGetRawFile

Generated using TypeDoc