Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListReleasesRequest

Request parameters for repoListReleases operation in RepositoryApi.

export
interface

RepositoryApiRepoListReleasesRequest

Hierarchy

  • RepositoryApiRepoListReleasesRequest

Index

Properties

draft?: boolean

filter (exclude / include) drafts, if you dont have repo write access none will show

memberof

RepositoryApiRepoListReleases

limit?: number

page size of results

memberof

RepositoryApiRepoListReleases

owner: string

owner of the repo

memberof

RepositoryApiRepoListReleases

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListReleases

perPage?: number

page size of results, deprecated - use limit

memberof

RepositoryApiRepoListReleases

preRelease?: boolean

filter (exclude / include) pre-releases

memberof

RepositoryApiRepoListReleases

repo: string

name of the repo

memberof

RepositoryApiRepoListReleases

Generated using TypeDoc