Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(examples): Added example for webhook unmarshaling #34

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

mikeymike
Copy link
Contributor

This adds an example showcasing how to unmarshal the webhook requests after verfication into a paddlenotification NotificationEvent.

This approach allows for the data field to be correctly unmarshaled allowing easy access to the internal properties.

closes #17

@vifer vifer marked this pull request as ready for review November 6, 2024 10:13
@vifer vifer requested a review from a team as a code owner November 6, 2024 10:13
@mikeymike mikeymike merged commit e0bf84f into main Nov 6, 2024
5 checks passed
@mikeymike mikeymike deleted the feat/webhook-unmarshal-example branch November 6, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: examples of handling webhook
3 participants