nee2c 4 роки тому
батько
коміт
69c8f0c427
1 змінених файлів з 10 додано та 0 видалено
  1. 10 0
      api/pepperexample.py

+ 10 - 0
api/pepperexample.py

@@ -0,0 +1,10 @@
+import pepper.libpepper
+
+s = pepper.libpepper.Pepper('https://localhost:32768')
+s.login('salt', 'foobar', 'sharedsecret')
+
+
+s.local('*', 'test.ping')
+type(s.local('*', 'test.ping'))
+s.local('*', 'test.ping')
+