Skip to content

Develop#851

Merged
VaghinakDev merged 38 commits into
masterfrom
develop
May 31, 2026
Merged

Develop#851
VaghinakDev merged 38 commits into
masterfrom
develop

Conversation

@VaghinakDev
Copy link
Copy Markdown
Contributor

No description provided.

VaghinakDev and others added 8 commits April 29, 2026 10:51
- Add generic BaseResult[T] and QueryResult in app/interface/responses.py
- QueryResult is list-like (iter, len, getitem) and lazy-loads data
- .count() fetches count without triggering full data fetch
- Update SAClient.query() docstring with usage example
- Update tests to compare count() with paginated len()
VaghinakDev and others added 21 commits May 12, 2026 10:49
Update function arguments to support project ID
- Widen signatures to NotEmptyStr | int (and tuple variants) for project/folder params
- Centralize entity resolution via Controller.get_project / get_project_folder
- Restore root-folder lookup in Controller.get_folder when name is None
- Deprecate search_folders in favor of list_folders
feat(sdk): accept project/folder IDs across SDK methods
add project_user permissions grant revoke
@VaghinakDev VaghinakDev merged commit e32fa24 into master May 31, 2026
1 check was pending
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.

2 participants