Config
SDK initialization configuration object. Set environment type and caching options with Config.
Example
Type Signature
Fields
Param
Type
Default Value
Description
env
"dev"
dev
provides verbose logging. prod
provides minimal logging, best for production environment.
cache
boolean
true
Caching configuration. true
to cache results, otherwise set to false
.
Last updated