Options
All
  • Public
  • Public/Protected
  • All
Menu

altogic

Index

Functions

Const createClient

  • Creates a new client to interact with your backend application developed in Altogic. You need to specify the envUrl and clientKey to create a new client object. You can create a new environment or access your app envUrl from the Environments view and create a new clientKey from App Settings/Client library view in Altogic designer.

    Parameters

    • envUrl: string

      The base URL of the Altogic application environment where a snapshot of the application is deployed

    • clientKey: string

      The client library key of the app

    • Optional options: ClientOptions

      Additional configuration parameters

    Returns AltogicClient

    The newly created client instance

Generated using TypeDoc