Files
myapp-full/myapp/ns_api
RemiZOffAlex 0c190878c3 Add notes
2020-02-16 22:58:39 +03:00
..
2020-02-16 22:58:39 +03:00
2020-02-08 05:04:27 +03:00
2020-02-16 22:58:39 +03:00
2020-02-08 05:04:27 +03:00
2020-02-16 22:58:39 +03:00
2020-02-08 05:04:27 +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>