Interface EnvironmentsApiInterface

EnvironmentsApi - interface

Export

EnvironmentsApi

Hierarchy

  • EnvironmentsApiInterface

Implemented by

Methods

  • Delete an existing environment value

    Parameters

    Returns AxiosPromise<void>

    Summary

    Delete an Environment Value

    Throws

    Memberof

    EnvironmentsApiInterface

  • Get details about a specific environment value

    Parameters

    Returns AxiosPromise<any>

    Summary

    Get an Environment Value

    Throws

    Memberof

    EnvironmentsApiInterface

  • Get basic information about all environment values in the App. Results do not include the environment-specific values. For details on a specific environment, call Get an Environment Value.

    Parameters

    Returns AxiosPromise<any>

    Summary

    List All Environment Values

    Throws

    Memberof

    EnvironmentsApiInterface

  • Set the App's active environment

    Parameters

    Returns AxiosPromise<any>

    Summary

    Set the App Environment

    Throws

    Memberof

    EnvironmentsApiInterface

Generated using TypeDoc