| Copyright | (C) 2020 Martins Erts |
|---|---|
| License | MIT |
| Maintainer | Martins Erts <martins.erts@gmail.com> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
BfHaskell.Internal.Rpc
Description
Documentation
data JsonRpcRequest Source #
Constructors
| JsonRpcRequest | |
Fields
| |
Instances
data JsonAPINGException Source #
Constructors
| JsonAPINGException | |
Fields | |
Instances
data JsonRpcResponse Source #
Constructors
| JsonRpcResponse | |
Fields
| |
Instances
Arguments
| :: (ToJSON a, FromJSON b, Members '[Embed IO, LoginHandler, Reader HttpConfig, Output LogMessage, Error String] r) | |
| => Url Https | Url |
| -> Option Https | Options |
| -> Text | API command |
| -> a | JSON request |
| -> Sem r b |