add webhook handler guide - #116
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughREADME.md now documents ChangesWebhook handler documentation
Estimated code review effort: 1 (Trivial) | ~3 minutes Mergeability Score: ⚪ Minimal · up to This PR adds webhook usage guidance to the README without changing product behavior or runtime code, so no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
Comment |
Add webhook usage guide in readme
Added README documentation for
WebhookEventHandler, including typed event callbacks, webhook handling, optional Basic Auth, fallback behavior, andWebhookResultsemantics. Added the handler to the SDK features list.