API Reference finch_jsonrpc v0.1.0

Modules

Jsonrpc is a simple JSON-RPC HTTP client built on Finch It implements the JSON-RPC 2.0 specification

Jsonrpc.Error represents a JSONRPC 2.0 error, as documented in the JSON-RPC 2.0 specification

An exception that is raised by Jsonrpc.call1/2 when the response is a Jsonrpc.Response struct.

Jsonrpc.Request represents a JSONRPC 2.0 request, as documented in the JSON-RPC 2.0 specification

Jsonrpc.Response represents a JSONRPC 2.0 response, as documented in the JSON-RPC 2.0 specification