joshmarshall / jsonrpclib

A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
Other
447 stars 144 forks source link

Issue 49: Add register_api to SimpleJSONRPCServer #50

Open wilenceyao opened 8 years ago

wilenceyao commented 8 years ago

The method support for register all non-private function once instead of one by one.