We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50040bd commit bcab2faCopy full SHA for bcab2fa
README.md
@@ -22,12 +22,14 @@ if __name__ == "__main__":
22
serve()
23
```
24
25
-Alternatively, use `dispatch`:
+Or use `dispatch`:
26
```python
27
response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')
28
# => '{"jsonrpc": "2.0", "result": "pong", "id": 1}'
29
30
31
+[Watch a video on how to use it.](https://www.youtube.com/watch?v=3_BMmgJaFHQ)
32
+
33
Full documentation is at [jsonrpcserver.com](https://www.jsonrpcserver.com/).
34
35
See also: [jsonrpcclient](https://github.com/explodinglabs/jsonrpcclient)
0 commit comments