You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the router requires parameters for rpc calls to be specified as a JArray. This implies that params can only be provided "by-position". The JSON-RPC 2.0 spec also specifies providing parameters "by-name" in an Object.
This will be a useful feature in nim-json-rpc and improve readability of requests.
The text was updated successfully, but these errors were encountered:
Currently the router requires parameters for rpc calls to be specified as a
JArray
. This implies that params can only be provided "by-position". The JSON-RPC 2.0 spec also specifies providing parameters "by-name" in anObject
.This will be a useful feature in nim-json-rpc and improve readability of requests.
The text was updated successfully, but these errors were encountered: