Adding filter to ProjectTopicAuth
[osm/NBI.git] / osm_nbi / authconn.py
index 8f2f128..df5c700 100644 (file)
@@ -236,10 +236,11 @@ class Authconn:
         """
         raise AuthconnNotImplementedException("Should have implemented this")
 
-    def get_project_list(self):
+    def get_project_list(self, filter_q={}):
         """
         Get all the projects.
 
+        :param filter_q: dictionary to filter project list.
         :return: list of projects
         """
         raise AuthconnNotImplementedException("Should have implemented this")