Skip to content

Releases: mgutierrezc/sms_api_sender

SMS API Sender - Multiple Parameter

27 Aug 20:47
Compare
Choose a tag to compare
Pre-release

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

29 Dec 20:03
33650f9
Compare
Choose a tag to compare
  • 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

19 Dec 18:34
3ae52ae
Compare
Choose a tag to compare

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

19 Dec 17:24
be6d5e0
Compare
Choose a tag to compare
SMS API Sender Pre-release
Pre-release

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