Documentation
    Preparing search index...

    Class AppAptManager

    Manager for APT on your application on Discloud

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    discloudApp: DiscloudApp

    Methods

    • Install APTs for your application on Discloud

      Parameters

      • appID: string

        The app id

      • apt:
            | "ffmpeg"
            | "canvas"
            | "java"
            | "libgl"
            | "openssl"
            | "puppeteer"
            | "tools"
            | (
                | "ffmpeg"
                | "canvas"
                | "java"
                | "libgl"
                | "openssl"
                | "puppeteer"
                | "tools"
            )[]

        One or more APTs to install. See AptString.

      Returns Promise<RESTPutApiAppAptResult>

    • Uninstall APTs for your application on Discloud

      Parameters

      • appID: string

        The app id

      • apt:
            | "ffmpeg"
            | "canvas"
            | "java"
            | "libgl"
            | "openssl"
            | "puppeteer"
            | "tools"
            | (
                | "ffmpeg"
                | "canvas"
                | "java"
                | "libgl"
                | "openssl"
                | "puppeteer"
                | "tools"
            )[]

        One or more APTs to uninstall. See AptString.

      Returns Promise<RESTDeleteApiAppAptResult>