class documentation

Undocumented

Method __init__ Undocumented
Method list_datasets Returns a list of datasets that the user has permission to download.
Method list_files Returns a list of files that belong to the given dataset.
Instance Variable parent Undocumented
def __init__(self, parent): (source)

Undocumented

def list_datasets(self): (source)

Returns a list of datasets that the user has permission to download. :returns: A list of objects where every object describes a dataset

def list_files(self, dataset): (source)

Returns a list of files that belong to the given dataset. :returns: A list of objects where each object contains a 'name', 'size', 'timestamp' and 'url'

Undocumented