Use this library to integrate with Macrokiosk SMS Gateway API.
- Install into existing go module
> go get github.com/berrypay/macrokiosk
Documentation for the library can be found here
Currently this library support automatic encoding of ASCII and UCS2 unicode for specifying the text parameter. UDH Formatted message support are not yet available. Developer are to pre-encoded the text parameter beforehand for calling the related functions for sending UDH encoded message.
This library is still in active development. Please check this repo for future updates.