Skip to main content

FeatureApiClient

Contains all the endpoints needed to manage features.

Constructors

new FeatureApiClient()

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<any>

Returns

Promise <SCPaginatedResponse<SCFeatureType>>

Source

services/feature/index.ts:21