Constconst http = platform.get(PlatformServiceName.Http);
const commandBus = platform.get(PlatformServiceName.CommandBus);
const limeObjects = platform.get(PlatformServiceName.LimeObjectRepository);
const limeTypes = platform.get(PlatformServiceName.LimeTypeRepository);
const navigator = platform.get(PlatformServiceName.Navigator);
Available services include:
Http - HTTP client for API requestsCommandBus - Command pattern implementation for actionsLimeObjectRepository - CRUD operations for business objectsLimeTypeRepository - Schema and metadata accessNavigator - Client-side routingEventDispatcher - Event pub/sub systemTranslator - Localization service
Core platform service names for accessing built-in services via the platform.
Use these strongly-typed keys to retrieve platform services.