Skip to main content

github.listrepositorywebhooksprops

Home > @runlightyear/github > ListRepositoryWebhooksProps

ListRepositoryWebhooksProps interface

Signature:
interface ListRepositoryWebhooksProps 

Required Properties

PropertyModifiersTypeDescription
ownerstringThe account owner of the repository. The name is not case sensitive.
repostringThe name of the repository. The name is not case sensitive.

Optional Properties

PropertyModifiersTypeDescription
page?number

Page number of the results to fetch.

Default: 1

perPage?number

The number of results per page (max 100).

Default: 30