/sms-manager-go

simple client implementation of SMS Manager HTTP API

Primary LanguageGoMIT LicenseMIT

sms-manager-go

Go Reference Go Report Card

Simple Go implementation of SMS Manager HTTP API.

usage

See example folder to see possible client usage.

in code

package main

import (
	"go.vxn.dev/sms-manager/pkg/client"
)

func main() {
    // ...
}