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
dist/moviesApi/index.js
vendored
Normal file
15
dist/moviesApi/index.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.moviesApi = void 0;
|
||||
const allCatalog_1 = require("../autoEmbed/allCatalog");
|
||||
const allGetInfo_1 = require("../autoEmbed/allGetInfo");
|
||||
const allGetPost_1 = require("../autoEmbed/allGetPost");
|
||||
const mpGetStream_1 = require("./mpGetStream");
|
||||
exports.moviesApi = {
|
||||
catalog: allCatalog_1.allCatalog,
|
||||
genres: allCatalog_1.allGenresList,
|
||||
GetMetaData: allGetInfo_1.allGetInfo,
|
||||
GetHomePosts: allGetPost_1.allGetPost,
|
||||
GetStream: mpGetStream_1.mpGetStream,
|
||||
GetSearchPosts: allGetPost_1.allGetSearchPosts,
|
||||
};
|
||||
Reference in New Issue
Block a user