@hackage smsaero0.1.1

SMSAero API and HTTP client based on servant library.

smsaero

Hackage Build Status

SMSAero API and HTTP client based on servant library.

Documentation

The original SMSAero API documentation is available here.

Library documentation is available on Hackage.

The most recent documentation is available on GitHub pages.

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