Add data sync user api - #414
Conversation
… users permissions (Kotlin & Java) BREAKING CHANGE: GrantTokenBuilder.channels() / channelGroups() now return GrantTokenBuilder instead of GrantTokenObjectsBuilder BREAKING CHANGE: GrantTokenBuilder.authorizedUserId() now returns GrantTokenDataSyncBuilder instead of GrantTokenEntitiesBuilder BREAKING CHANGE: Remove GrantTokenEntitiesBuilder (replaced by GrantTokenDataSyncBuilder) BREAKING CHANGE: AbstractGrantTokenBuilder<T> is no longer generic BREAKING CHANGE: UUIDGrant no longer exposes isRead() / isWrite() / isManage() / isJoin() / isCreate()
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Up to standards ✅🟢 Issues
|
| Category | Results |
|---|---|
| BestPractice | 1 medium |
| CodeStyle | 1 minor |
| Complexity | 17 medium |
🟢 Metrics 133 complexity · 460 duplication
Metric Results Complexity 133 Duplication 460
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Add grantToken method that supports User API