ipfs-1.0.1: Access IPFS locally and remotely
Network.IPFS.Client
type API = "api" :> ("v0" :> V0API) Source #
add :: ByteString -> ClientM CID Source #
cat :: Text -> ClientM Serialized Source #
pin :: Text -> ClientM Response Source #
unpin :: Text -> Bool -> ClientM Response Source #