beremiz
Clone
Summary
Browse
Changes
Graph
Fix exception dialog with non recognized URI schemes
2018-12-21, Edouard Tisserant
39ba6a125a97
Fix exception dialog with non recognized URI schemes
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