We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebb5fb commit 55102f1Copy full SHA for 55102f1
docs/api.md
@@ -0,0 +1,15 @@
1
+# Запросы к API
2
+
3
+```url
4
+http://127.0.0.1:10331/api/pin/list
5
+http://127.0.0.1:10331/api/pin_list
6
7
+http://127.0.0.1:10331/api/pin/add?name=ps-deb-12&numa=0
8
+http://127.0.0.1:10331/api/pin_add?name=ps-deb-13&numa=1
9
10
+http://127.0.0.1:10331/api/pin/remove?name=ps-deb-12
11
+http://127.0.0.1:10331/api/pin_remove?name=ps-deb-12
12
13
+http://127.0.0.1:10331/api/pin/clean
14
+http://127.0.0.1:10331/api/pin_clean
15
+```
0 commit comments