beremiz
Clone
Summary
Browse
Changes
Graph
Fixed ID,last URI, or last connection date not being updated when connnecting to target.
2018-11-26, Edouard Tisserant
89abeece2c71
Fixed ID,last URI, or last connection date not being updated when connnecting to target.
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param