Files
myapp-full/myapp/ns_api
RemiZOffAlex ae5c629782 Fix flake8
2020-08-17 19:57:37 +03:00
..
2020-08-17 19:57:37 +03:00
2020-08-17 19:57:37 +03:00
2020-08-17 19:57:37 +03:00
2020-08-17 19:57:37 +03:00
2020-08-17 19:57:37 +03:00
2020-08-17 19:57:37 +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>