| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 19:32:56 GMT
X-Served-By: cache-dfw-kdal2120118-DFW, cache-bom-vanm7210027-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768678376.638342,VS0,VE385
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
smsaero: SMSAero API and HTTP client based on servant library.
smsaero: SMSAero API and HTTP client based on servant library.
Downloads
- smsaero-0.7.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1, 0.1.1, 0.2, 0.3, 0.4, 0.4.1, 0.5, 0.6, 0.6.1, 0.6.2, 0.7, 0.7.1 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson, base (>=4.9 && <4.10), containers, http-api-data (>=0.2.3), http-client, servant (>=0.9), servant-client, servant-docs, text, time [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2015-2016, GetShopTV |
| Author | Nickolay Kudasov |
| Maintainer | nickolay@getshoptv.com |
| Uploaded | by NickolayKudasov at 2016-12-09T10:50:56Z |
| Category | Web |
| Home page | https://github.com/GetShopTV/smsaero |
| Source repo | head: git clone https://github.com/GetShopTV/smsaero.git |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 7831 total (40 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2016-12-09 [all 1 reports] |
Readme for smsaero-0.7.1
[back to package description]smsaero
SMSAero API and HTTP client based on servant library.
Documentation
Library documentation is available on Hackage.
The original SMSAero API documentation (in Russian) is available here.
API documentation in English can be generated using pandoc:
$ stack exec pandoc --filter=docs/api-filter.hs -o docs/api.md api-intro.md
Note that you can generate this documentation in any format that pandoc supports (e.g. HTML, LaTeX, Markdown, etc.).
Usage
Import SMSAero and Control.Monad.Trans.Either module to interact with SMSAero:
>>> :s -XOverloadedStrings
>>> import SMSAero
>>> import Control.Monad.Trans.Either
>>> let credentials = SMSAeroAuth "user@example.com" "md5-password-hash"
>>> runEitherT $ smsAeroBalance credentials
Right (ResponseOK (BalanceResponse 10.0))
Contributing
Contributions and bug reports are welcome!
GetShopTV Team