Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xlab/smsru
Go-lang API bindings for sms.ru
https://github.com/xlab/smsru
Last synced: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-13T13:03:18.000Z (over 10 years ago)
- Last Synced: 2024-06-20T00:33:45.209Z (5 months 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