syncthing-hs-0.1.0.0: Haskell bindings for the Syncthing REST API

Safe HaskellNone
LanguageHaskell2010
Extensions
  • OverloadedStrings
  • DisambiguateRecordFields
  • RecordWildCards

Network.Syncthing.Internal.Config

Synopsis

Documentation

data SyncConfig

The Syncthing configuration for specifying the Syncthing server, authentication, the API Key etc.

Constructors

SyncConfig 

Fields

_pServer :: Server
 
_pApiKey :: Maybe Text
 
_pAuth :: Maybe Auth
 
_pHttps :: Bool
 
_pManager :: Either ManagerSettings Manager
 

Instances