| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Debugger.API
Contents
Documentation
type API = ("drawing" :> Get '[JSON] Drawings) :<|> (("drawLayer" :> (ReqBody '[JSON] (LayerName, String, Drawing) :> Put '[JSON] ())) :<|> (("clearLayer" :> (ReqBody '[PlainText] LayerName :> Put '[JSON] ())) :<|> ("clear" :> Put '[JSON] ()))) Source #
Constructors
| Drawing MisoString |
Instances
| FromJSON Drawing Source # | |||||
| ToJSON Drawing Source # | |||||
| Generic Drawing Source # | |||||
Defined in Debugger.API Associated Types
| |||||
| Show Drawing Source # | |||||
| Eq Drawing Source # | |||||
| FromJSON Drawing Source # | |||||
| ToJSON Drawing Source # | |||||
| type Rep Drawing Source # | |||||
Defined in Debugger.API type Rep Drawing = D1 ('MetaData "Drawing" "Debugger.API" "hgeometry-debugger-1.0.0.0-inplace-api" 'True) (C1 ('MetaCons "Drawing" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 MisoString))) | |||||
defaultHost :: String Source #
defaultPort :: Int Source #