mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-19 13:07:44 +00:00
init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import {allCatalog, allGenresList} from './allCatalog';
|
||||
import {allGetInfo} from './allGetInfo';
|
||||
import {allGetStream} from './allGetStream';
|
||||
import {allGetPost, allGetSearchPosts} from './allGetPost';
|
||||
import {ProviderType} from '../../Manifest';
|
||||
|
||||
export const autoEmbed: ProviderType = {
|
||||
catalog: allCatalog,
|
||||
genres: allGenresList,
|
||||
GetMetaData: allGetInfo,
|
||||
GetHomePosts: allGetPost,
|
||||
GetStream: allGetStream,
|
||||
GetSearchPosts: allGetSearchPosts,
|
||||
};
|
||||
Reference in New Issue
Block a user