@zezosoft/zezo-ott-api-client
Version:
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.
298 lines (226 loc) • 9.74 kB
Markdown
```bash
npm install --save @zezosoft/zezo-ott-api-client@latest
```
```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
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();
```
1. [Analytics](doc/analytics.md
1. [countView](doc/analytics.md
1. [countWatchTime](doc/analytics.md
1. [readContentAnalytics](doc/analytics.md
1. [readUsersAnalytics](doc/analytics.md
1. [readContentReportAnalytics](doc/analytics.md
1. [readRevenueAnalytics](doc/analytics.md
1. [getTvodAnalytics](doc/analytics.md
1. [trending](doc/analytics.md
1. [Auth](doc/auth.md
1. [sendOTP](doc/auth.md
1. [login](doc/auth.md
1. [verifyOTP](doc/auth.md
1. [signUp](doc/auth.md
1. [forgotPassword](doc/auth.md
1. [resetPassword](doc/auth.md
1. [whoami](doc/auth.md
1. [logout](doc/auth.md
1. [removeSession](doc/auth.md
1. [changePassword](doc/auth.md
1. [AuthMethods](doc/auth.methods.md
1. [loginMethods](doc/auth.methods.md
1. [get](doc/auth.methods.md
1. [init](doc/auth.methods.md
1. [update](doc/auth.methods.md
1. [Blogs](doc/blog.md
1. [get](doc/blog.md
1. [Categories](doc/categories.md
1. [create](doc/categories.md
1. [update](doc/categories.md
1. [delete](doc/categories.md
1. [actions](doc/categories.md
1. [getManage](doc/categories.md
1. [list](doc/categories.md
1. [get](doc/categories.md
1. [Contents](doc/content.md
1. [create](doc/content.md
1. [getManage](doc/content.md
1. [actions](doc/content.md
1. [update](doc/content.md
1. [removeTitleImage](doc/content.md
1. [getSeasonManage](doc/content.md
1. [createSeason](doc/content.md
1. [deleteSeason](doc/content.md
1. [updateSeason](doc/content.md
1. [createEpisode](doc/content.md
1. [deleteEpisode](doc/content.md
1. [updateEpisode](doc/content.md
1. [manageSubtitles](doc/content.md
1. [uploadImages](doc/content.md
1. [deleteImage](doc/content.md
1. [get](doc/content.md
1. [getSeasons](doc/content.md
1. [getIsContentBuyedOrRented](doc/content.md
1. [getTvod](doc/content.md
1. [updateGeoLocation](doc/content.md
1. [fetchSearchResults](doc/content.md
1. [createImageSize](doc/content.md
1. [listImageSizes](doc/content.md
1. [deleteImageSize](doc/content.md
1. [Favorite](doc/favorite.md
1. [addToFavorites](doc/favorite.md
1. [getIsFavorite](doc/favorite.md
1. [removeFromFavorites](doc/favorite.md
1. [get](doc/favorite.md
1. [Payments](doc/payments.md
1. [list](doc/payments.md
1. [checkout](doc/payments.md
1. [ready](doc/payments.md
1. [Settings](doc/settings.md
1. [getManage](doc/settings.md
1. [get](doc/settings.md
1. [update](doc/settings.md
1. [updateSocialMedia](doc/settings.md
1. [getSettings](doc/settings.md
1. [Subscriptions](doc/subscriptions.md
1. [initNew](doc/subscriptions.md
1. [delete](doc/subscriptions.md
1. [update](doc/subscriptions.md
1. [get](doc/subscriptions.md
1. [getManage](doc/subscriptions.md
1. [Sections](doc/sections.md
1. [create](doc/sections.md
1. [getManage](doc/sections.md
1. [deleteSection](doc/sections.md
1. [updateStatus](doc/sections.md
1. [updateOrder](doc/sections.md
1. [update](doc/sections.md
1. [createSectionStyle](doc/sections.md
1. [updateSectionStyle](doc/sections.md
1. [deleteSectionStyle](doc/sections.md
1. [getSectionStyles](doc/sections.md
1. [get](doc/sections.md
1. [Countries](doc/countries.md
1. [init](doc/countries.md
1. [create](doc/countries.md
1. [get](doc/countries.md
1. [delete](doc/countries.md
1. [Users](doc/user.md
1. [export](doc/user.md
1. [get](doc/user.md
1. [actions](doc/user.md
1. [deleteUsers](doc/user.md
1. [create](doc/user.md
1. [updateAvatar](doc/user.md
1. [update](doc/user.md
1. [removeSession](doc/user.md
1. [updateACL](doc/user.md
1. [updateSubscription](doc/user.md
1. [Config](doc/config.md
1. [create](doc/config.md
1. [get](doc/config.md
1. [update](doc/config.md
1. [delete](doc/config.md
1. [Upgrade](doc/upgrade.md
1. [autoSetupAcl](doc/upgrade.md
1. [Release Popup](doc/release.popup.md
1. [create](doc/release.popup.md
1. [update](doc/release.popup.md
1. [delete](doc/release.popup.md
1. [get](doc/release.popup.md
1. [Api Key](doc/api.key.md
1. [create](doc/api.key.md
1. [list](doc/api.key.md
1. [delete](doc/api.key.md
1. [update](doc/api.key.md
1. [File Manager](doc/file.manager.md
1. [list](doc/file.manager.md
1. [createFolder](doc/file.manager.md
1. [delete](doc/file.manager.md
1. [initMultipartUpload](doc/file.manager.md
1. [getMultipartPresignedUrl](doc/file.manager.md
1. [finalizeMultipartUpload](doc/file.manager.md
1. [createUploadPresignedUrl](doc/file.manager.md
1. [getSignedUrl](doc/file.manager.md
1. [getTranscoderSignUrl](doc/file.manager.md
1. [User Histiry](doc/history.md
1. [get](doc/history.md
1. [update](doc/history.md
1. [Reels](doc/reels.md
1. [create](doc/reels.md
1. [update](doc/reels.md
1. [actions](doc/reels.md
1. [delete](doc/reels.md
1. [list](doc/reels.md
1. [feed](doc/reels.md
1. [Upload](doc/upload.md
1. [init](doc/upload.md
1. [getUrls](doc/upload.md
1. [finalize](doc/upload.md
1. [Genres](doc/genres.md
1. [create](doc/genres.md
1. [update](doc/genres.md
1. [delete](doc/genres.md
1. [actions](doc/genres.md
1. [listManage](doc/genres.md
1. [list](doc/genres.md
1. [Language](doc/language.md
1. [create](doc/language.md
1. [update](doc/language.md
1. [delete](doc/language.md
1. [actions](doc/language.md
1. [listManage](doc/language.md
1. [list](doc/language.md
1. [Cast](doc/cast.md
1. [create](doc/cast.md
1. [update](doc/cast.md
1. [delete](doc/cast.md
1. [actions](doc/cast.md
1. [listManage](doc/cast.md
1. [list](doc/cast.md
1. [Transcoding](doc/transcoding.md
1. [create](doc/transcoding.md
1. [list](doc/transcoding.md
1. [delete](doc/transcoding.md
1. [Notification](doc/notification.md
1. [registerDevice](doc/notification.md
1. [sendPushNotification](doc/notification.md
1. [App Settings](doc/app.settings.md
1. [update](doc/app.settings.md
1. [getAndroidVersion](doc/app.settings.md
1. [getPagesList](doc/app.settings.md
1. [updatePages](doc/app.settings.md
1. [getSettings](doc/app.settings.md
1. [updateTheme](doc/app.settings.md
1. [initTheme](doc/app.settings.md
1. [getThemeManage](doc/app.settings.md
1. [getThemes](doc/app.settings.md
<a href="https://github.com/PukhrajDhamu" target="_blank">
<img src="https://avatars2.githubusercontent.com/u/74310666?v=3" width="80" height="80">
</a>
<a href="https://github.com/Naresh-Dhamu" target="_blank">
<img src="https://avatars.githubusercontent.com/u/89912059?v=4" width="80" height="80">
</a>
<a href="https://github.com/naresh-desai" target="_blank">
<img src="https://avatars.githubusercontent.com/u/164985120?v=4" width="80" height="80">
</a>