1.0.2 • Published 7 years ago

github-webhook-payloads v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

const webhook = require('github-webhook-payloads');
const issueUnassigned = webhook.events.issues.unassigned.payload;

// code here

or you can access directly by event type

const webhook = require('github-webhook-payloads');
const fork = webhook('fork');

// code here
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago