You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked that there isn't already an existing issue that describes what you report below?
Have you checked that there isn't already an open pull requests for this issue/update/change?
Description
Right now the CLI download tool only grab 100 files per member, as the exchange_member function does not iterate over the paginated list. I think the behaviour of exchange_member itself is okay, as it wraps the original API functionality. But the CLI tool needs to be adapted to truly grab the files.
Related Issue(s)
Example
The text was updated successfully, but these errors were encountered:
General Checkups
Description
Right now the CLI download tool only grab 100 files per member, as the
exchange_member
function does not iterate over the paginated list. I think the behaviour ofexchange_member
itself is okay, as it wraps the original API functionality. But the CLI tool needs to be adapted to truly grab the files.Related Issue(s)
Example
The text was updated successfully, but these errors were encountered: