pyuploadcare
pyuploadcare copied to clipboard
Batch delete/store methods should work for arbitrary list sizes.
Brief description of the feature and motivation behind it
Motivated by #196
Currently, if user wants to remove or store more than 100 files, they have to generate chunks of 100 files in their code. This can and should be safely implemented in the client/api methods.