List all the files associated with a given article.
Cached in-process by (article_id, version) to avoid Figshare’s 403
rate limit when callers iterate (clear with cache_clear()).
- Parameters:
article_id (str or int) – Figshare article ID
version (str or int, 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