EU Parliament Monitor - API Documentation - v0.5.0
Preparing search index...
Types
JSONRPCRequest
Interface JSONRPCRequest
JSON-RPC 2.0 request
interface
JSONRPCRequest
{
jsonrpc
:
"2.0"
;
id
:
number
;
method
:
string
;
params
:
Record
<
string
,
unknown
>
;
}
Index
Properties
jsonrpc
id
method
params
Properties
jsonrpc
jsonrpc
:
"2.0"
id
id
:
number
method
method
:
string
params
params
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Private
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
id
method
params
EU Parliament Monitor - API Documentation - v0.5.0
Loading...
JSON-RPC 2.0 request