Skip to content

Gha fix#18

Open
cultron wants to merge 3 commits into
mainfrom
gha-fix
Open

Gha fix#18
cultron wants to merge 3 commits into
mainfrom
gha-fix

Conversation

@cultron

@cultron cultron commented Aug 2, 2025

Copy link
Copy Markdown
Contributor

No description provided.

cultron and others added 3 commits May 4, 2025 21:58
- Add semantic methods: findMany(), findOne(), create(), update(), remove()
- Use .where({ id }) pattern for ID-based operations (no separate .id() method)
- Add timeout, retry with exponential backoff, and custom headers config
- Add comprehensive tests for all new semantic methods (8 new tests)
- Deprecate legacy HTTP methods (get, post, put, delete) in favor of semantic ones
- Export QueryBuilder and EntityClient from main entry point

BREAKING: Entity names must match schema exactly (PascalCase)
Example: client.entity('Product') not client.entity('products')

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.

1 participant