-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description:
Enhance the type safety of the sendblue library by incorporating more robust types such as chrono for date handling, url::Url for URL validation, and creating custom types for parameters and other fields where necessary. This will improve code readability, maintainability, and reduce the likelihood of runtime errors.
Acceptance Criteria:
- Replace string representations of dates and times with
chronotypes. - Replace string representations of URLs with
url::Urltypes. - Implement custom types for parameters that require specific validation or formatting.
- Update documentation and examples to reflect the changes.
- Add comprehensive tests to ensure the new types function as expected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request