12a7aebeff
- 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.
7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
// 向后兼容:重新导出新的模块化 HaloService
|
|
// 新实现位于 src/services/halo-service.ts
|
|
export {
|
|
HaloService,
|
|
default,
|
|
} from "../services/halo-service";
|