load*
commands in JSON-RPC
#52
kannibalox
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This doesn't seem to be documented, so I'm just putting it here in case anyone else finds it useful:
All of the
load.raw*
commands will not work under JSON-RPC, since they take advantage of the XMLRPC binary type, which doesn't exist in JSON. Instead, the equivalentload
command needs to be called with the data in a special format.The process for formatting binary data for JSON-RPC is pretty simple:
Beta Was this translation helpful? Give feedback.
All reactions