adding statistic method for new api
authorSandro Knauß <knauss@netzguerilla.net>
Fri, 09 Dec 2011 15:39:29 +0100
changeset 75 c6a281dafa7a
parent 74 c471fed3cab8
child 76 9f7da8dc8df8
child 83 cb50c2c53d11
child 87 d28afc9c6516
child 88 6705a191f55d
adding statistic method for new api
iro/newuser.py
--- a/iro/newuser.py	Wed Dec 07 01:06:40 2011 +0100
+++ b/iro/newuser.py	Fri Dec 09 15:39:29 2011 +0100
@@ -125,3 +125,14 @@
 
         '''
         pass
+
+    def statistic(self,apikey):
+        u'''Gibt eine Statik zurück über die versendendeten Nachrichten und des Preises.
+
+        Keywords:
+        apikey[string]: Der API Key
+
+        Return:
+        statistic[list]: Eine Liste nach Nachrichtentypen
+        '''
+        pass