-
Notifications
You must be signed in to change notification settings - Fork 1
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 delivery reports #6
Conversation
…tBatch* (DeliveryReport are not dedicated by webhooks and shared with DeliveryReport endpoints)
…n place webhooks dedicated type
…et delivery report by batch'
Dependency Review✅ No vulnerabilities or license issues found.Snapshot WarningsEnsure 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 |
… dynamic to accept generic in place of 'String' values only
private Configuration configuration; | ||
private DeliveryReportsApi api; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
final
allows to set the variable only once anywhere, be it constructor, or another method. Does it makes sense to mark this variables as final
in this context?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should yes.
But I'm facing an issue (not yet finalized) due to unit testing and mocking library: when set to final
mocking lib is not able to set variables and test execution are facing null pointer.
I'll have to take time to fix this...
* feat: SMS: Delivery Reports
DeliveryReport
enum fortype
toDeliveryReportType
get
/getForNumber
andlist