Bläddra i källkod

Added some spice

nee2c 4 år sedan
förälder
incheckning
69c8f0c427
1 ändrade filer med 10 tillägg och 0 borttagningar
  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')
+