docs: Mopidy.js supports by-name parameters
Since Mopidy 0.19 / Mopidy.js 0.4
This commit is contained in:
parent
d0418d625b
commit
6fe382f37e
@ -215,8 +215,7 @@ by looking at the method's ``description`` and ``params`` attributes:
|
|||||||
|
|
||||||
JSON-RPC 2.0 limits method parameters to be sent *either* by-position or
|
JSON-RPC 2.0 limits method parameters to be sent *either* by-position or
|
||||||
by-name. Combinations of both, like we're used to from Python, isn't supported
|
by-name. Combinations of both, like we're used to from Python, isn't supported
|
||||||
by JSON-RPC 2.0. To further limit this, Mopidy.js currently only supports
|
by JSON-RPC 2.0.
|
||||||
passing parameters by-position.
|
|
||||||
|
|
||||||
Obviously, you'll want to get a return value from many of your method calls.
|
Obviously, you'll want to get a return value from many of your method calls.
|
||||||
Since everything is happening across the WebSocket and maybe even across the
|
Since everything is happening across the WebSocket and maybe even across the
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user