Skip to Content
C# and .NET Core Test-Driven Development
book

C# and .NET Core Test-Driven Development

by Ayobami Adewole
May 2018
Intermediate to advanced content levelIntermediate to advanced
300 pages
7h 35m
English
Packt Publishing
Content preview from C# and .NET Core Test-Driven Development

Events and payloads

At the point of WebHook configuration in GitHub, you can specify which events you want to receive requests from GitHub. WebHook requests data is termed payloads in GitHub. It is smarter to subscribe to only the events for the data that is needed so as to limit the HTTP requests sent to the application server from GitHub. By default, even a WebHook created on GitHub is subscribed to the push event. Event subscriptions can be modified through the GitHub web or API.

Some of the available events that can be subscribed to on GitHub are explained in the following table:

Event

Description

push

This is the default event and is raised when there is a Git push to a repository. This also includes editing tags or branches ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Design Patterns with C# and .NET Core

Hands-On Design Patterns with C# and .NET Core

Gaurav Aroraa, Jeffrey Chilberto
.NET Core in Action

.NET Core in Action

Dustin Metzgar

Publisher Resources

ISBN: 9781788292481Supplemental Content