beremiz
Clone
Summary
Browse
Changes
Graph
runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling.
2018-01-11, Edouard Tisserant
9d1547578f55
runtime/WAMP: Fixed secret loading into configuration. Fixed secret commandline switch handling.
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