Class default

Default client class

Hierarchy

  • default

Properties

Methods

Properties

appConfig: AppConfig
auth: Auth
model: Model
report: Report

Methods

  • Alpha

    The main entrypoint to the client

    Parameters

    • useCredentials: boolean = false

      Set to true to include the useCredentials header (used by browser clients)

    • Optional webAppProperties: WebAppProperties

      The TRIRIGA environment properties object

    Returns Promise<default>

    An instance of the Client object

    Remarks

    The client will be used to interact with TRIRIGA. It must be initialized prior to any system calls.

Generated using TypeDoc