web3-ipfs-1.0.0.0: IPFS support for Haskell Web3 library.
CopyrightAleksandr Krupenkin 2016-2021
LicenseApache-2.0
Maintainermail@akru.me
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Network.Ipfs.Api.Config

Description

Api calls with config prefix.

Synopsis

Documentation

get :: MonadIO m => Text -> IpfsT m ConfigObj Source #

Get ipfs config values.

set :: MonadIO m => Text -> Maybe Text -> IpfsT m ConfigObj Source #

Set ipfs config values.

replace :: MonadIO m => Text -> IpfsT m Bool Source #

Replace the config with the file at filePath.