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:
14
providers/ringz/index.ts
Normal file
14
providers/ringz/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {ringzGetPosts, ringzGetPostsSearch} from './ringzGetPosts';
|
||||
import {ringzGetInfo} from './ringzGetMeta';
|
||||
import {ringzGenresList, ringzCatalogList} from './ringzCatalog';
|
||||
import {ProviderType} from '../types';
|
||||
import {ringzGetStream} from './ringzGetStream';
|
||||
|
||||
export const ringz: ProviderType = {
|
||||
catalog: ringzCatalogList,
|
||||
genres: ringzGenresList,
|
||||
GetMetaData: ringzGetInfo,
|
||||
GetHomePosts: ringzGetPosts,
|
||||
GetStream: ringzGetStream,
|
||||
GetSearchPosts: ringzGetPostsSearch,
|
||||
};
|
||||
Reference in New Issue
Block a user