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

SMS: webhooks #5

Merged
merged 2 commits into from
Nov 8, 2023
Merged

SMS: webhooks #5

merged 2 commits into from
Nov 8, 2023

Conversation

JPPortier
Copy link
Contributor

Because of java is not having a JSON parser by default: we provide a webHooks service to parse them and return dedicate object instances.
This helper avoid to SDK users to:

  • instantiate and use themselves a jackson parser
  • have direct Jackson dependency
  • let SDK implementation to handle de-serialization process

Copy link
Contributor

github-actions bot commented Nov 7, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 6596859.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Manifest Files

Copy link

@650elx 650elx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks clean :)

@JPPortier JPPortier merged commit a38b69b into sms Nov 8, 2023
2 checks passed
@JPPortier JPPortier deleted the sms-webhooks branch November 8, 2023 14:28
JPPortier added a commit that referenced this pull request Nov 16, 2023
* feat: WebHooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants