https://github.com/xlab/smsru
Go-lang API bindings for sms.ru
https://github.com/xlab/smsru
Last synced: over 1 year ago
JSON representation
Go-lang API bindings for sms.ru
- Host: GitHub
- URL: https://github.com/xlab/smsru
- Owner: xlab
- License: mit
- Created: 2014-07-13T12:59:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-13T13:03:18.000Z (almost 12 years ago)
- Last Synced: 2025-01-28T04:41:10.689Z (over 1 year ago)
- Language: Go
- Homepage: http://sms.ru
- Size: 125 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go-lang API bindings for [sms.ru](http://sms.ru)
------------------------------------------------
#### Installation
```
go get github.com/xlab/smsru
```
#### Implemented features
* Error handling;
* Simple auth by token;
* Status report listener.
#### API coverage
* [sms/send], [sms/status], [sms/cost];
* [my/balance], [my/limit], [my/senders];
* [auth/get_token].
[sms/send]: http://sms.ru/?panel=api&subpanel=method&show=sms/send
[sms/status]: http://sms.ru/?panel=api&subpanel=method&show=sms/status
[sms/cost]: http://sms.ru/?panel=api&subpanel=method&show=sms/cost
[my/balance]: http://sms.ru/?panel=api&subpanel=method&show=my/balance
[my/limit]: http://sms.ru/?panel=api&subpanel=method&show=my/limit
[my/senders]: http://sms.ru/?panel=api&subpanel=method&show=my/senders
[auth/get_token]: http://sms.ru/?panel=api&subpanel=method&show=auth/get_token
#### License
MIT