@zezosoft/zezo-ott-api-client
v0.2.2
Published
The official TypeScript SDK for Zezo OTT API. Easily integrate Zezo OTT into your applications with a powerful, developer-friendly package for video streaming, authentication, payments, and more.
Maintainers
Readme
@zezosoft/zezo-ott-api-client 🎬
installing
npm install --save @zezosoft/zezo-ott-api-client@latestUsing
Typescript
import { ZezoOTT } from "@zezosoft/zezo-ott-api-client";
const zott = new ZezoOTT({ baseUrl: "your-base-url" });
const main = async () => {
const data = await zott.settings.getSettings();
console.log(data);
};
main();Javascript/Nodejs
const { ZezoOTT } = require("@zezosoft/zezo-ott-api-client");
const zott = new ZezoOTT({ baseUrl: "your-base-url" });
const main = async () => {
const data = await zott.settings.getSettings();
console.log(data);
};
main();Docs
- getList
- create
- getManage
- actions
- update
- removeTitleImage
- getSeasonManage
- createSeason
- deleteSeason
- updateSeason
- createEpisode
- deleteEpisode
- updateEpisode
- manageSubtitles
- uploadImages
- deleteImage
- get
- getSeasons
- getIsContentBuyedOrRented
- getTvod
- updateGeoLocation
- fetchSearchResults
- createImageSize
- listImageSizes
- deleteImageSize
- syncTvodContent
