-- | -- Module : SMSAero -- Copyright : (c) 2015, GetShopTV -- License : BSD3 -- Maintainer : nickolay@getshoptv.com -- Stability : experimental -- -- SMSAero API and HTTP client. module SMSAero ( module SMSAero.API, module SMSAero.Client ) where import SMSAero.API import SMSAero.Client