alexbj75-90stv

Namespace

alexbj75-90stv

Description:
  • Experience nostalgia with 90stv! Transform your FAST channels into a classic 90s TV viewing adventure, effortlessly with a quick Docker setup. Relive the golden era of television today!

Author:

Methods

(async, static) createAlexbj7590stvInstance(context, body) → {Alexbj7590stv}

Description:
  • Create a new 90stv instance

Example
import { Context } from '@osaas/client-core';
import { createAlexbj7590stvInstance } from '@osaas/client-services';

const ctx = new Context();
const body: Alexbj7590stvConfig = { name: 'myinstance', ... };
const instance = await createAlexbj7590stvInstance(ctx, body);
console.log(instance.url);
Parameters:
Name Type Description
context Context

Open Source Cloud configuration context

body Alexbj7590stvConfig

Service instance configuration

Returns:
  • Service instance
Type
Alexbj7590stv

(async, static) getAlexbj7590stvInstance(context, name) → {Alexbj7590stv}

Description:
  • Get a 90stv instance

Example
import { Context } from '@osaas/client-core';
import { getAlexbj7590stvInstance } from '@osaas/client-services';

const ctx = new Context();
const instance = await getAlexbj7590stvInstance(ctx, 'myinstance');
console.log(instance.url);
Parameters:
Name Type Description
context Context

Open Source Cloud configuration context

name string

Name of the 90stv to be retrieved

Returns:
  • Service instance
Type
Alexbj7590stv

(async, static) removeAlexbj7590stvInstance(context, name)

Description:
  • Remove a 90stv instance

Parameters:
Name Type Description
context Context

Open Source Cloud configuration context

name string

Name of the 90stv to be removed