Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

GitHub webhook payloads

The goal of this library is to help you when testing your GitHub webhooks by providing a sample per event type/payload.

Accesing samples

constwebhook=require('github-webhook-payloads');constissueUnassigned=webhook.events.issues.unassigned.payload;// code here

or you can access directly by event type

constwebhook=require('github-webhook-payloads');constfork=webhook('fork');// code here

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages