Releases: mgutierrezc/sms_api_sender
Releases · mgutierrezc/sms_api_sender
SMS API Sender - Multiple Parameter
Added feature for sending messages with an unlimited number of custom parameters.
Full Changelog: v1.0-beta...v1.2-beta
SMS API Sender - V1.1
- Added timestamp field on parsed output for each SMS sent using the package
- Added more flexibility regarding the first custom parameter to be used. Now, the input has new column names. Check the Readme for further detail.
Full Changelog: v1.0-beta...v1.1-beta
SMS API Sender - First Full Release
First full release of the package. Check Readme.md for detailed user guide.
- SMS Senders will only require a payload standardized method when defined
Full Changelog: v0.9-beta...v1.0-beta
SMS API Sender
This package allows you to create a SMS sender using the API of your preference. Currently, it has been debugged with the following APIs:
Notes:
- Current release only supports 2 customs parameters (Name + sth else)
- Output parser will be integrated into the SMS sender class
- Payload standardized will still be required on future pre-releases, but a possible solution for future releases would be reading the payload structure from a txt file and adding a json that matches the fields from the payload to the ones used by the class
- Readme will be added on a future pre-realease