EU Parliament Monitor - API Documentation - v0.5.0
    Preparing search index...

    Interface JSONRPCRequest

    JSON-RPC 2.0 request

    interface JSONRPCRequest {
        jsonrpc: "2.0";
        id: number;
        method: string;
        params: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    jsonrpc: "2.0"
    id: number
    method: string
    params: Record<string, unknown>