cherry-studio/packages/shared/data/api
fullex bd448b5108 refactor: remove AbortSignal support from DataApiService and related components
- Eliminated AbortSignal handling from ApiClient interface and DataApiService to streamline request processing.
- Updated IpcAdapter to remove event sender logic for responses, aligning with the new direct IPC approach.
- Adjusted tests to reflect the removal of cancellation capabilities, emphasizing that direct IPC requests cannot be cancelled.
- Cleaned up related code and comments to enhance clarity and maintainability.
2025-09-13 13:50:59 +08:00
..
apiModels.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00
apiPaths.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00
apiSchemas.ts refactor: remove AbortSignal support from DataApiService and related components 2025-09-13 13:50:59 +08:00
apiTypes.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00
errorCodes.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00
index.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00