fleeta-api-lib
Version:
A comprehensive library for fleet management applications - API, Auth, Device management
10 lines • 574 B
TypeScript
/**
* API Module Exports
* Central export point for API endpoint management functionality
*/
export { getApiEndpointConfig, isApiEndpointConfigured, getApiEndpoint, getApiGateway, getIotApiGateway, getEventWebSocketUrl, getEndpointErrorMessage, validateApiEndpoints } from './endpointUtils';
export { useApiEndpointStore } from '../store/apiEndpointStore';
export type { ApiEndpointConfig } from './endpointUtils';
export declare const API_MODULE_VERSION = "1.0.0";
export declare const API_MODULE_NAME = "FleetA API Endpoint Manager";
//# sourceMappingURL=index.d.ts.map