Parcourir la source

Added some spice

nee2c il y a 4 ans
Parent
commit
69c8f0c427
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  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')
+