from jsonrpc import jsonrpc_method @jsonrpc_method('myapp.sayHello') def whats_the_time(request, name='Lester'): return "Hello %s" % name @jsonrpc_method('myapp ...
Fork this repository Create an issue detailing your proposed updates Submit a pull request (PR) from your fork to the main branch of this repository ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results