moabb.datasets.download.fs_get_file_list#

moabb.datasets.download.fs_get_file_list(article_id, version=None)[source]#

List all the files associated with a given article.

Parameters:
  • article_id (str or int) – Figshare article ID

  • version (str or id, default is None) – Figshare article version. If None, selects the most recent version.

Returns:

response – HTTP request response as a python dict

Return type:

dict