X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauthconn.py;h=df5c700ab2f67d7e58d0a4e6aa873bbb577cf6e4;hp=8f2f128c1555945267f3872a530f973ed1a0c7d0;hb=c4650365704d7827e53280ca16f9bdb70bf9fcbb;hpb=2d5a515d32cf20f526e5922fae130868c9710dc3 diff --git a/osm_nbi/authconn.py b/osm_nbi/authconn.py index 8f2f128..df5c700 100644 --- a/osm_nbi/authconn.py +++ b/osm_nbi/authconn.py @@ -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")