feat: Add AppDB client with Pydantic model returns#2
Merged
Conversation
Enable query parameter passing on PUT and DELETE requests, and return response body from DELETE (previously returned None). This unblocks AppDB client methods that need params on PUT (set_permission) and DELETE with response body (bulk_delete). Changes are backward-compatible — new params arg defaults to None. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
First SDK client to return Pydantic models instead of raw dicts, establishing the pattern for all future clients. Includes: - Collection CRUD (create, get, list, update, delete) - Document CRUD (create, get, list, update, delete) - MongoDB-style query with pagination and aggregation (v2 endpoint) - Bulk operations (create, upsert, delete) - Partial update with MongoDB operators ($set, $unset, $inc) - Permission management (set, remove) - Export trigger - Full sync + async client pair - 51 new tests (models, sync client, async client) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AppDBClient) and async (AsyncAppDBClient) implementationsDomoandAsyncDomoasdomo.appdbTesting
🤖 Generated with Claude Code