We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
Expected behavior: The API returns all buckets
Actual behavior: The API returns at most 20 buckets
Specifications:
The text was updated successfully, but these errors were encountered:
Hi @jcb-entrnce,
thanks for using our client.
You have to use: List<Bucket> findBuckets(@Nonnull final BucketsQuery query) and set proper limit to BucketsQuery.
List<Bucket> findBuckets(@Nonnull final BucketsQuery query)
BucketsQuery
Regards
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
The API returns all buckets
Actual behavior:
The API returns at most 20 buckets
Specifications:
The text was updated successfully, but these errors were encountered: