githubapp.events
Event Classes
This module contains imports for all the different event classes used to represent webhook payloads from GitHub. Each event type, like a push, issue comment, or check run has a corresponding class instantiated with the event payload data.
The classes make it easy to access relevant data from the payload and provide a common interface for handling different event types in the application code.