View Source API Reference Phoenix JSON RPC v0.7.0

Modules

A simple implementation of the JSON-RPC.

An abstract json rpc error.

Internal JSON-RPC error.

Invalid method parameter(s).

The JSON sent is not a valid Request object.

The method does not exist / is not available.

An error occurred on the server while parsing the JSON text.

Reserved for implementation-defined server-errors.

Basic struct for the rpc request.

Basic struct for the rpc response

The entrypoint for defining rpc routes.

Context that provides access to the stored route list, jsonrpc version and schema.

Behaviour for the rpc requests dispatcher.

MetaData struct for the paths, defined in rpc router.

Middleware interface for the group of routes.

Parse behaviour for the rpc requests.

Behaviour for handling requests via rpc.

Module for resolving open rpc schema.

Validation behaviour for the rpc requests.

Type definitions for the rpc requests, responses and errors.

Helper module provides a set of render functions for the phoenix views.