mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
init
This commit is contained in:
15
providers/tokyoInsider/index.ts
Normal file
15
providers/tokyoInsider/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import {tokyoCatalogList, tokyoGenresList} from './catalog';
|
||||
import {tokyoGetInfo} from './tokyoGetInfo';
|
||||
import {tokyoGetPosts, tokyoGetPostsSearch} from './tokyoGetPosts';
|
||||
import {tokyoGetStream} from './tokyoGetStream';
|
||||
import {ProviderType} from '../types';
|
||||
|
||||
export const tokyoInsider: ProviderType = {
|
||||
catalog: tokyoCatalogList,
|
||||
genres: tokyoGenresList,
|
||||
GetMetaData: tokyoGetInfo,
|
||||
GetHomePosts: tokyoGetPosts,
|
||||
GetStream: tokyoGetStream,
|
||||
GetSearchPosts: tokyoGetPostsSearch,
|
||||
blurImage: true,
|
||||
};
|
||||
Reference in New Issue
Block a user