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

#448 Adding field filter option to get client by ID API #449

Merged
merged 2 commits into from
Aug 22, 2022

Conversation

bhatmadhavi
Copy link
Contributor

@bhatmadhavi bhatmadhavi commented Aug 10, 2022

Changes

Current auth0-java SDK does not provide filter option to "get Client By Id" API, which is available in auth0-management API
This feature is useful if we intend to read only limited client fields.

Solution here is - Adding new method to ClientsEntity.java, which accepts "FieldsFilter" parameter

References

Please include relevant links supporting this change such as a:

Testing

Locally tested by connecting to real auth0

  • This change adds test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

Copy link
Contributor

@poovamraj poovamraj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @bhatmadhavi for your contribution 🙏 The PR looks great!

@poovamraj poovamraj merged commit eb1510f into auth0:master Aug 22, 2022
@poovamraj poovamraj added this to the v1-Next milestone Aug 24, 2022
@jimmyjames jimmyjames mentioned this pull request Sep 19, 2022
@jimmyjames jimmyjames modified the milestones: v1-Next, 1.43.0 Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants