in src/openwhisk/openwhisk.py [0:0]
def list(self, options=None): options = options if options is not None else {} options['qs'] = self.qs(options, ['skip', 'limit']) return super().list(options)