mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-12 23:33:43 +08:00
10 lines
215 B
TypeScript
10 lines
215 B
TypeScript
/**
|
|
* API Client for fetching video data from multiple sources
|
|
* Handles parallel requests and data normalization
|
|
*/
|
|
|
|
export { searchVideos } from './search-api';
|
|
export { getVideoDetail } from './detail-api';
|
|
|
|
|