web3-0.9.1.0: Web3 API for Haskell.

CopyrightAlexander Krupenkin 2016
LicenseBSD3
Maintainermail@akru.me
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Network.Ipfs.Api.Internal.Call

Description

Module containing IPFS API call functions.

Synopsis

Documentation

call :: MonadIO m => ClientM a -> IpfsT m a Source #

Regular Call function.

multipartCall :: MonadIO m => Text -> Text -> IpfsT m (Response ByteString) Source #

Call function for ‘multipart/form-data’.

streamCall :: (MonadIO m, Show a) => ClientM (SourceT IO a) -> m () Source #

Call function for Streams.