GSMGo is SMS HTTP server with REST API

61 views
Skip to first unread message

gen2...@gmail.com

unread,
Feb 12, 2016, 12:56:47 AM2/12/16
to golang-nuts

GSMGo is SMS HTTP server with REST API, written in Go language.


Server enables you to send SMS messages with simple HTTP POST request:

# curl -X POST -d '{"text": "Message Example", "number": "+38164182xxxx"}' http://localhost:38164
{
"message": "success",
"status": "OK"
}

GSMGo uses libGammu so it has support for many different phones. Check Gammu Phone Database for details.

Reply all
Reply to author
Forward
0 new messages