apis-0.0.0: src/Data/State/YQL.hs
module Data.State.YQL
( YQLState(..) ) where
import Network.HTTP.Conduit
class YQLState a where
yqlStateGetHttpManager :: a -> Manager
module Data.State.YQL
( YQLState(..) ) where
import Network.HTTP.Conduit
class YQLState a where
yqlStateGetHttpManager :: a -> Manager