koofr-client-1.0.0.3: Client to Koofr API

Safe HaskellNone
LanguageHaskell2010

Koofr.Client

Synopsis

Documentation

data Client Source

Constructors

Client 

path :: Request -> ByteString

Everything from the host to the query string.

Since 0.1.0

filesList :: (MonadIO m, MonadReader Client m) => MountId -> Path -> m [File] Source

filesNewFolder :: (MonadIO m, MonadReader Client m) => MountId -> Path -> Name -> m () Source

filesRemove :: (MonadIO m, MonadReader Client m) => MountId -> Path -> m () Source

filesRename :: (MonadIO m, MonadReader Client m) => MountId -> Path -> Name -> m () Source

filesCopy :: (MonadIO m, MonadReader Client m) => MountId -> Path -> MountId -> Path -> m () Source

filesMove :: (MonadIO m, MonadReader Client m) => MountId -> Path -> MountId -> Path -> m () Source

filesUpload :: (MonadIO m, MonadReader Client m) => MountId -> Path -> Upload -> m () Source