Skip to content
New issue

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

Add top level getConsumers methods #242

Closed
jschabowsky opened this issue Jun 26, 2021 · 1 comment
Closed

Add top level getConsumers methods #242

jschabowsky opened this issue Jun 26, 2021 · 1 comment
Milestone

Comments

@jschabowsky
Copy link
Contributor

While using the API I realized that a call to api/consumers returns valuable information that is not available (that I could find) within the API. I cloned the repo and added:
public List getConsumers()
public Page getConsumers(QueryParameters queryParameters)
public ConsumerDetails getConsumer(String name)

I would be happy to do a pull request if you agree this is a good idea! Thanks for your consideration!

@michaelklishin
Copy link
Member

Listing all consumers is rarely really necessary but I have no objections.
Please submit a PR?

@acogoluegnes acogoluegnes added this to the 3.11.0 milestone Jun 29, 2021
acogoluegnes added a commit that referenced this issue Jun 30, 2021
The /consumers endpoint does not support pagination parameters.

References #242
acogoluegnes added a commit that referenced this issue Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants