Skip to content

SebastianCzoch/smsapi-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smsapi-go

Build Status Code Climate Coverage Status GoDoc License

Go utils for working with SMSAPI service. This is not stable release, PLEASE DO NOT USING IT ON PRODUCTION

Examples

All examples are already in example directory

Install

$ go get github.com/SebastianCzoch/smsapi-go

or via Godep

$ godep get github.com/SebastianCzoch/smsapi-go

API

New(username, password string) *Client

Return a pointer to new smsapi client

(c *Client) SendEcoSMS(to, body string) error

Send Eco sms to selected phone number with specified message

Tests

$ go test ./...

License

MIT

Support

Issues for this project should be reported on GitHub issues

Staff responsible for project:

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages