소스 검색

Added some spice

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')
+