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:
17
dist/showbox/index.js
vendored
Normal file
17
dist/showbox/index.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.showBox = void 0;
|
||||
const sbCatalog_1 = require("./sbCatalog");
|
||||
const sbGetEpisodeList_1 = require("./sbGetEpisodeList");
|
||||
const sbGetMeta_1 = require("./sbGetMeta");
|
||||
const sbGetPosts_1 = require("./sbGetPosts");
|
||||
const sbGetStream_1 = require("./sbGetStream");
|
||||
exports.showBox = {
|
||||
catalog: sbCatalog_1.catalogList,
|
||||
genres: sbCatalog_1.sbGenresList,
|
||||
GetMetaData: sbGetMeta_1.sbGetInfo,
|
||||
GetHomePosts: sbGetPosts_1.sbGetPosts,
|
||||
GetStream: sbGetStream_1.sbGetStream,
|
||||
GetSearchPosts: sbGetPosts_1.sbGetPostsSearch,
|
||||
GetEpisodeLinks: sbGetEpisodeList_1.sbGetEpisodeLinks,
|
||||
};
|
||||
Reference in New Issue
Block a user