Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class YesodBattleNet app where Source
battleNetKey :: app -> BattleNetApiKey Source
battleNetHttp :: app -> Manager Source
yesodBnetWithApp :: YesodBattleNet app => Text -> app -> (Manager -> BattleNetConnectionInfo -> IO a) -> IO a Source
yesodBnet :: (MonadHandler m, YesodBattleNet (HandlerSite m)) => Text -> (Manager -> BattleNetConnectionInfo -> IO a) -> m a Source