Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 992 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 992 Bytes

NextSMS API Go Client

Go Reference MIT License

NextSMS Go library written on top of Next SMS API Documentation.

For more info: Next SMS Documentation, Next SMS

Installation

Install the library using the following command:

go get github.com/codeblocktz/nextsms

Usage

To use this library import it into your working file using the following:

import "github.com/codeblocktz/nextsms"

To do

  • Update installation guide
  • Update usage with single sms implementation
  • Update usage with multiple sms implementation
  • Add examples
  • Contribution guide
  • Sms delivery status query
  • Automated tests