You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have something similar to this in the Vonage PHP SDK Core (Comms APIs)
If the PR followed this pattern (which hydrates incoming webhooks via. PHP globals) then I'd be up for merging it
Would you consider a PR containing a
WebhookEventBuilder
class which will transform a JSON string to an Event?List of webhooks events classes:
The stripe SDK propose something similar (but with a generic event class).
The text was updated successfully, but these errors were encountered: