Hierarchy

  • Environment

Methods

  • Returns the name of the environment in which the application is running.

    Example:

    const environment = await Eitri.environment.getName()
    

    Compatibility Control

    • API LEVEL 1 - Functionality added

    Returns Promise<string>

  • Return the remote configs json associated with the current environment

    Example:

    const environment = await Eitri.environment.getRemoteConfigs()
    

    Compatibility Control

    • API LEVEL 9 - Functionality added

    Returns Promise<any>

Generated using TypeDoc