mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-18 08:01:43 +00:00
init
This commit is contained in:
15
providers/guardahd/index.ts
Normal file
15
providers/guardahd/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import {guardahdCatalog, guardahdGenresList} from './guardahdCatalog';
|
||||
import {allGetInfo} from '../autoEmbed/allGetInfo';
|
||||
import {allGetPost} from '../autoEmbed/allGetPost';
|
||||
import {guardahdGetSearchPosts} from './guardahdGetPosts';
|
||||
import {ProviderType} from '../types';
|
||||
import {GuardahdGetStream} from './GetGuardahdStream';
|
||||
|
||||
export const guardahd: ProviderType = {
|
||||
catalog: guardahdCatalog,
|
||||
genres: guardahdGenresList,
|
||||
GetMetaData: allGetInfo,
|
||||
GetHomePosts: allGetPost,
|
||||
GetStream: GuardahdGetStream,
|
||||
GetSearchPosts: guardahdGetSearchPosts,
|
||||
};
|
||||
Reference in New Issue
Block a user