Pylons / pyramid_rpc

RPC plugins for pyramid. XML-RPC, JSON-RPC, etc.
https://docs.pylonsproject.org/projects/pyramid-rpc/en/latest/
Other
27 stars 20 forks source link

Update jsonrpc.rst #30

Closed hongyuan1306 closed 9 years ago

hongyuan1306 commented 9 years ago

JSON renderer adapter now takes two arguments, the value to be serialized and the request.

mmerickel commented 9 years ago

Thank you!