Files
myapp-full/myapp/ns_api
2019-11-02 22:30:36 +03:00
..
2019-10-27 19:40:03 +03:00
2019-10-27 19:40:03 +03:00
2019-11-02 22:30:36 +03:00
2019-10-27 19:40:03 +03:00

<a href="https://github.com/cenobites/flask-jsonrpc">https://github.com/cenobites/flask-jsonrpc</a>

<pre>
curl -i -X POST \
   -H "Content-Type: application/json; indent=4" \
   -d '{
    "jsonrpc": "2.0",
    "method": "users.getList",
    "params": {},
    "id": "1"
}' http://localhost:8000/api
</pre>