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
Creates a new client to interact with your backend application developed in Altogic. You need to specify the
envUrl
andclientKey
to create a new client object. You can create a new environment or access your appenvUrl
from the Environments view and create a newclientKey
from App Settings/Client library view in Altogic designer.