@zezosoft/zezo-ott-api-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@zezosoft/zezo-ott-api-client 🎬

installing

npm install --save @zezosoft/zezo-ott-api-client@latest

Using

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

  1. Analytics

    1. countView
    2. countWatchTime
  2. Auth

    1. sendOTP
    2. login
    3. verifyOTP
    4. signUp
    5. forgotPassword
    6. resetPassword
    7. whoami
    8. logout
    9. removeSession
  3. AuthMethods

    1. loginMethods
  4. Blogs

    1. get
  5. Categories

    1. get
  6. Contents

    1. get
    2. getSeasons
    3. getIsContentBuyedOrRented
    4. getTvod
  7. Favorite

    1. addToFavorites
    2. getIsFavorite
    3. removeFromFavorites
  8. Payments

    1. checkout
    2. ready
  9. Settings

    1. getSettings
  10. Subscriptions

    1. get

Contributors

License: mit

Package Sidebar

Install

npm i @zezosoft/zezo-ott-api-client

Weekly Downloads

15

Version

0.0.2

License

MIT

Unpacked Size

129 kB

Total Files

7

Last publish

Collaborators

  • pukhrajdhamu