Config
SDK initialization configuration object. Set environment type and caching options with Config.
Last updated
Was this helpful?
SDK initialization configuration object. Set environment type and caching options with Config.
Last updated
Was this helpful?
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
.