This commit is contained in:
2018-08-31 17:48:29 +03:00
parent be28af1ccb
commit 48ebf82a1f
44 changed files with 645 additions and 28077 deletions

12
myapp/ns_api/README.html Normal file
View File

@@ -0,0 +1,12 @@
<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>