ComfyUI-Manager/comfyui_manager/glob
bymyself a4bf6bddbf [refactor] Use Pydantic models for query parameter validation
- Added query parameter models to OpenAPI spec for GET endpoints
- Regenerated data models to include new query param models
- Replaced manual validation with Pydantic model validation
- Removed obsolete validate_required_params helper function
- Provides better error messages and type safety for API endpoints

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 14:42:25 -07:00
..
utils [refactor] Move model utility functions to model_utils module 2025-06-17 14:24:31 -07:00
__init__.py restructuring 2025-04-13 09:26:02 +09:00
CLAUDE.md explain glob vs legacy in claude memory 2025-06-17 10:36:08 -07:00
constants.py [refactor] Move model utility functions to model_utils module 2025-06-17 14:24:31 -07:00
manager_core.py Merge branch 'main' into draft-v4 2025-05-19 06:07:31 +09:00
manager_server.py [refactor] Use Pydantic models for query parameter validation 2025-06-17 14:42:25 -07:00
share_3rdparty.py fixed: avoid except: 2025-04-21 12:42:50 +09:00