Hierarchy

  • AccountFeaturesAPI

Constructors

Properties

Methods

Constructors

Properties

client: AxiosInstance

Methods

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

    Returns Promise<AxiosResponse<{
        features: SE.Feature[];
    }, any>>

Generated using TypeDoc