Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListStargazersRequest

Request parameters for repoListStargazers operation in RepositoryApi.

export
interface

RepositoryApiRepoListStargazersRequest

Hierarchy

  • RepositoryApiRepoListStargazersRequest

Index

Properties

limit?: number

page size of results

memberof

RepositoryApiRepoListStargazers

owner: string

owner of the repo

memberof

RepositoryApiRepoListStargazers

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListStargazers

repo: string

name of the repo

memberof

RepositoryApiRepoListStargazers

Generated using TypeDoc