Returns the value of the requested feature toggle.
npm install @ciscospark/plugin-featureReturns the value of the requested feature toggle.
Parameters
- keyType string <developer|user|entitlement>
- key string
- options Object
- options.full boolean to get full feature record including metadata.
Returns (string \| boolean \| number | FeatureModel | null)
Issues request to server to set a value for a feature toggle.
Parameters
- keyType string <developer|user>
- key string
- value string
Returns Promise Refreshes the local device and resolves with the features endpoint's response.