We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c879400 + 8018444 commit 37b09f7Copy full SHA for 37b09f7
json/rpc.lua
@@ -73,6 +73,7 @@ function json.rpc.call(url, method, ...)
73
local JSONRequestArray = {
74
id=tostring(math.random()),
75
["method"]=method,
76
+ ["jsonrpc"]="2.0",
77
params = ...
78
}
79
local httpResponse, result , code
0 commit comments