TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Class SDB

    Hierarchy

    Index

    Constructors

    Methods

    • Retrieves a custom parameter of a Run user. The Run user is identified by the token in the constructor.

      Parameters

      • tagoRunURL: string

        TagoIO Run url without http

      • key: string

        Identifier of the parameter

      Returns Promise<any>

    • Delete a custom parameter of a Run user. The Run user is identified by the token in the constructor.

      Parameters

      • tagoRunURL: string

        TagoIO Run url without http

      • key: string

        Identifier of the parameter

      Returns Promise<any>

    • Creates or updates a custom parameter of a Run user. The Run user is identified by the token in the constructor.

      Parameters

      • tagoRunURL: string

        TagoIO Run url without http

      • key: string

        Identifier of the parameter

      • value: string

        Value of the parameter

      Returns Promise<any>