Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github/bcb/jsonrpcclient
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb committed Sep 13, 2016
2 parents f656a3c + 810684f commit 731e496
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ protocols.
Requests
========

Uses Kenneth Reitz's `Requests <http://docs.python-requests.org/>`__
library.
Uses the `Requests <http://docs.python-requests.org/>`__ library.

::

Expand Down Expand Up @@ -41,6 +40,8 @@ Uses `pyzmq <https://pyzmq.readthedocs.io/>`__.
<-- {"jsonrpc": "2.0", "result": "pong", "id": 1}
'pong'

See `blog post <https://bcb.github.io/jsonrpc/pyzmq>`__.

Tornado
=======

Expand Down Expand Up @@ -75,3 +76,5 @@ request.
INFO:jsonrpcclient.client.request:{"jsonrpc": "2.0", "method": "ping", "id": 1}
INFO:jsonrpcclient.client.response:{"jsonrpc": "2.0", "result": "pong", "id": 1}
pong

See `blog post <https://bcb.github.io/jsonrpc/tornado>`__.

0 comments on commit 731e496

Please sign in to comment.