Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoDownloadCommitDiffOrPatchRequest

Request parameters for repoDownloadCommitDiffOrPatch operation in RepositoryApi.

export
interface

RepositoryApiRepoDownloadCommitDiffOrPatchRequest

Hierarchy

  • RepositoryApiRepoDownloadCommitDiffOrPatchRequest

Index

Properties

diffType: "patch" | "diff"

whether the output is diff or patch

memberof

RepositoryApiRepoDownloadCommitDiffOrPatch

owner: string

owner of the repo

memberof

RepositoryApiRepoDownloadCommitDiffOrPatch

repo: string

name of the repo

memberof

RepositoryApiRepoDownloadCommitDiffOrPatch

sha: string

SHA of the commit to get

memberof

RepositoryApiRepoDownloadCommitDiffOrPatch

Generated using TypeDoc