summaryrefslogtreecommitdiffstats
path: root/module/Api.py
diff options
context:
space:
mode:
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
#############################