ajsonrpc icon indicating copy to clipboard operation
ajsonrpc copied to clipboard

RPC method can be a function or a class' method

Open ivankravets opened this issue 1 year ago • 0 comments

#Example

class HelloRPC(BaseRPCHandler):

    async def hello(self):
        return "World"

ivankravets avatar Jun 27 '23 14:06 ivankravets