Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoGetAllCommitsRequest

Request parameters for repoGetAllCommits operation in RepositoryApi.

export
interface

RepositoryApiRepoGetAllCommitsRequest

Hierarchy

  • RepositoryApiRepoGetAllCommitsRequest

Index

Properties

limit?: number

page size of results (ignored if used with 'path')

memberof

RepositoryApiRepoGetAllCommits

owner: string

owner of the repo

memberof

RepositoryApiRepoGetAllCommits

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoGetAllCommits

path?: string

filepath of a file/dir

memberof

RepositoryApiRepoGetAllCommits

repo: string

name of the repo

memberof

RepositoryApiRepoGetAllCommits

sha?: string

SHA or branch to start listing commits from (usually 'master')

memberof

RepositoryApiRepoGetAllCommits

Generated using TypeDoc