Skip to main content

FeatureApiClient

Contains all the endpoints needed to manage features.

Constructors

Constructor

new FeatureApiClient(): FeatureApiClient

Returns

FeatureApiClient

Methods

getAllFeatures()

static getAllFeatures(params?, config?): Promise<SCPaginatedResponse<SCFeatureType>>

This endpoint retrieves all features.

Parameters

ParameterTypeDescription
params?FeatureParams
config?AxiosRequestConfig

Returns

Promise<SCPaginatedResponse<SCFeatureType>>