Hierarchy

  • AccountAddonsAPI

Constructors

Properties

Methods

Constructors

Properties

client: AxiosInstance

Methods

  • The enable method allows to enable an AddOn for the current user

    Parameters

    • addonCode: "ss_api_analytics"

    Returns Promise<AxiosResponse<void, any>>

  • The list method retrieves a list of all available addons, also includes if its avaiable for the current user

    Returns Promise<AxiosResponse<{
        addons: SE.Addon[];
    }, any>>

Generated using TypeDoc