Default client class

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)

    • OptionalwebAppProperties: WebAppProperties

      The TRIRIGA environment properties object

    Returns Promise<default>

    An instance of the Client object

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