Safe Haskell | None |
---|---|
Language | Haskell98 |
Re-exports the entire Cryptsy.API.Public.* heirarchy.
- module Cryptsy.API.Public.Types
- module Cryptsy.API.Public.MarketData.Old
- module Cryptsy.API.Public.MarketData.New
- module Cryptsy.API.Public.Market
- module Cryptsy.API.Public.OrderData
- module Cryptsy.API.Public.OrderBook
- defaultEvalPubCryptsy :: PubCryptsy a -> IO (Either CryptsyError a)
- defaultRunPubCryptsy :: PubCryptsy a -> IO (Either CryptsyError a, CookieJar)
Documentation
module Cryptsy.API.Public.Types
module Cryptsy.API.Public.Market
module Cryptsy.API.Public.OrderData
module Cryptsy.API.Public.OrderBook
defaultEvalPubCryptsy :: PubCryptsy a -> IO (Either CryptsyError a) Source
Like defaultRunPubCryptsy
, but the resulting cookir jar is ignored.
defaultRunPubCryptsy :: PubCryptsy a -> IO (Either CryptsyError a, CookieJar) Source
Converts a public cryptsy action to an action in the IO Monad, using a new
manager created from tlsManagerSettings
and closed as the last part of the IO
action and starting from an empty cookie jar. Both the resulting cookie jar
and either the resolt of the public cryptsy action or the first cryptsy error
encountered are the results of the IO action.