summaryrefslogtreecommitdiffstats
path: root/module/Api.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-12 12:49:42 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-12 12:49:42 +0100
commit6232db5a1d3b8b5e4412af67d5bc7ca65f94333c (patch)
tree02a95e1216ace355d84a9704fb9070bd744b17c2 /module/Api.py
parentadded missing file (diff)
downloadpyload-6232db5a1d3b8b5e4412af67d5bc7ca65f94333c.tar.xz
renamed most events, push events to webui
Diffstat (limited to 'module/Api.py')
-rw-r--r--module/Api.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/module/Api.py b/module/Api.py
index 96b10be9c..27d3e8ffe 100644
--- a/module/Api.py
+++ b/module/Api.py
@@ -131,16 +131,6 @@ class Api(Iface):
return self.user_apis[uid]
- def getEvents(self, uuid):
- """Lists occurred events, may be affected to changes in future.
-
- :param uuid: self assigned string uuid which has to be unique
- :return: list of `Events`
- """
- # TODO: permissions?
- # TODO
- pass
-
#############################
# Auth+User Information
#############################