-
-
Notifications
You must be signed in to change notification settings - Fork 4
Webhook event parsing #50
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
The forge APIs all support webhooks for real-time event delivery, but the library has no webhook support.
Two possible scopes:
Event parsing would be particularly useful since each forge has its own webhook payload format and event names. A unified event type system would let consumers handle webhook events without forge-specific code.
This could live alongside the existing polling-based NotificationService as an alternative real-time delivery mechanism.