rallf-js-sdk
Version:
Toolset to create Tasks for RALLF
9 lines (5 loc) • 413 B
Plain Text
// Delegate local - run test method
{"jsonrpc":"2.0", "method": "delegate", "id": "test", "params": { "routing": "local", "routine": "test", "args": {} }}
// Invalid rpc
{"jsonrpc":"2.0", "method": "a", "id": "test", "params": { "routing": "local", "routine": "test", "args": {} }}
{"jsonrpc":"2.0", "method": "delegate", "id": "test", "params": { "routing": "local", "routine": "start", "args": {} }}