uploadcare / uploadcare-java

Java API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
Apache License 2.0
5 stars 13 forks source link

specify limit parameter in getFiles() #43

Open baileyatwork opened 2 years ago

baileyatwork commented 2 years ago

Brief description of the feature and motivation behind it

Currently, there isn't a way to specify the limit parameter for the getFiles() API request. By default, it retrieves 100 items at a time. Depending on the number of files to retrieve, this could increase the number of calls to Uploadcare, which could increase overall latency.