@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
25 lines • 1.37 kB
JavaScript
export { FetchClient, BasicAuth } from './core';
export { EventService, EventBinaryService } from './event';
export { InventoryService, InventoryBinaryService } from './inventory';
export { MeasurementService } from './measurement';
export { AlarmService } from './alarm';
export { OperationBulkService, OperationService } from './operation';
export { ApplicationService } from './application';
export { UserService } from './user';
export { TenantService } from './tenant';
export { SystemOptionsService } from './system-options';
export { TenantOptionsService } from './tenant-options';
export { TenantSecurityOptionsService } from './tenant-security-options';
export { TenantLoginOptionsService } from './tenant-login-options';
export { AuditService } from './audit';
export { InventoryRoleService } from './inventory-role';
export { DeviceRegistrationService, DeviceRegistrationBulkService } from './device-registration';
export { UserRoleService } from './user-role';
export { UserGroupService } from './user-group';
export { Realtime } from './realtime';
export { IdentityService } from './identity';
export { TrustedCertificateService, CrlService } from './trusted-certificates';
export { SmartGroupsService } from './smart-groups';
export { SmartRulesService } from './smart-rules';
export { FeatureService } from './feature';
//# sourceMappingURL=services.js.map