1.0.1 • Published 3 years ago
mbi.luna.config.sdk v1.0.1
Introduction
An SDK for retrieving and effectively caching config data from the MBI Config service.
Guide
const configDocuments = new MBIConfig({
accessKey: "Your MBIConfig API Key",
environment: "production" // Optional, defaults to production,
});
// Retrieve a config document
await configDocuments.retrieve("document-unique-name");