Files
Obsidian/obsidian-halo/src/service/index.ts
T
Serendipity 12a7aebeff feat: Enhance HaloClient with retry logic and improve error handling
- Added retry options to HaloClient for handling transient errors.
- Refactored request methods in HaloClient to utilize retry logic.
- Updated HaloService to include logging for error handling.
- Introduced ApiPaths utility for managing API endpoints.
- Implemented logger utility for consistent logging across services.
- Added tests for ContentService, Error handling, and TaxonomyService.
- Created retry utility for managing retry logic with exponential backoff.
- Updated types to include additional properties for better API response handling.
2026-04-28 18:01:26 +08:00

7 lines
176 B
TypeScript

// 向后兼容:重新导出新的模块化 HaloService
// 新实现位于 src/services/halo-service.ts
export {
HaloService,
default,
} from "../services/halo-service";