コード例 #1
0
    def get(self, ws_id):
        """
        List private Catalogue functions

        Lists all functions in the Private workspace wide catalogue
        """
        return prepare_response(get_private_nsfs_list(ws_id, True))
コード例 #2
0
    def get(self, ws_id):
        """
        List private Catalogue services

        Lists all services in the Private workspace wide catalogue
        """
        return prepare_response(get_private_nsfs_list(ws_id, False))