MIT licensed by Kristen Kozak
Maintained by Kristen Kozak
This version can be pinned in stack with:json-rpc-client-0.2.5.0@sha256:231a045763c081890a8ff7b5638d9ce2296a0318508f5ad88bc855cbfa8ebbf4,5328

Module documentation for 0.2.5.0

Functions for creating a JSON-RPC 2.0 client. See http://www.jsonrpc.org/specification. This library supports batch requests and notifications, as well as single method calls. It also provides a function for creating corresponding server-side methods with the package json-rpc-server. This library does not handle transport, so a function for communicating with the server must be provided. The demo folder contains an example client and server that can be compiled with the demo flag. See Network.JsonRpc.Client for details.

Changes

0.2.0.0

  • Updated the error handling type from ErrorT to ExceptT.