Update for public https://habr.com/post/421887/
This commit is contained in:
12
myapp/ns_api/README.html
Normal file
12
myapp/ns_api/README.html
Normal 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>
|
||||
Reference in New Issue
Block a user