Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoDownloadPullDiffOrPatchRequest

Request parameters for repoDownloadPullDiffOrPatch operation in RepositoryApi.

export
interface

RepositoryApiRepoDownloadPullDiffOrPatchRequest

Hierarchy

  • RepositoryApiRepoDownloadPullDiffOrPatchRequest

Index

Properties

binary?: boolean

whether to include binary file changes. if true, the diff is applicable with `git apply`

memberof

RepositoryApiRepoDownloadPullDiffOrPatch

diffType: "patch" | "diff"

whether the output is diff or patch

memberof

RepositoryApiRepoDownloadPullDiffOrPatch

index: number

index of the pull request to get

memberof

RepositoryApiRepoDownloadPullDiffOrPatch

owner: string

owner of the repo

memberof

RepositoryApiRepoDownloadPullDiffOrPatch

repo: string

name of the repo

memberof

RepositoryApiRepoDownloadPullDiffOrPatch

Generated using TypeDoc