From a902dccceb7b030658441ad3ee6e4b2371b38b80 Mon Sep 17 00:00:00 2001 From: Yuli Stremovsky Date: Thu, 13 Aug 2026 17:37:44 +0300 Subject: [PATCH] Sync feature list, drop removed connector API Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4747c3f..89e1d4c 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,26 @@ A Java client library for interacting with the DatabunkerPro API. DatabunkerPro ## Features -- Complete implementation of the DatabunkerPro API -- User management (create, get, update, delete, patch) -- App data management -- File storage (encrypted per-user files with tags and expiration) -- Legal basis and agreement management -- Connector management -- Group and role management -- Policy management -- Token management (including bulk operations) -- Audit management -- Tenant management -- Session management -- System configuration and metrics -- Bulk operations -- Shared record management -- Wrapping key generation for Shamir's Secret Sharing +The client covers the full Databunker Pro API: + +- User Management +- App Data Management +- File Storage +- Tokenization +- Legal Basis & Agreement Management +- Processing Activity Management +- Group Management +- Role & Policy Management +- Session Management +- Shared Records +- Bulk Operations +- Audit Management +- Tenant Management +- Authentication & Access Tokens +- System Operations + +Java-specific: + - Typed options classes for better type safety - Thread-safe implementation - Comprehensive test suite