UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

25 lines 1.59 kB
export { FetchClient, BasicAuth } from './core/index.js'; export { EventService, EventBinaryService } from './event/index.js'; export { InventoryService, InventoryBinaryService } from './inventory/index.js'; export { MeasurementService } from './measurement/index.js'; export { AlarmService } from './alarm/index.js'; export { OperationBulkService, OperationService } from './operation/index.js'; export { ApplicationService } from './application/index.js'; export { UserService } from './user/index.js'; export { TenantService } from './tenant/index.js'; export { SystemOptionsService } from './system-options/index.js'; export { TenantOptionsService } from './tenant-options/index.js'; export { TenantSecurityOptionsService } from './tenant-security-options/index.js'; export { TenantLoginOptionsService } from './tenant-login-options/index.js'; export { AuditService } from './audit/index.js'; export { InventoryRoleService } from './inventory-role/index.js'; export { DeviceRegistrationService, DeviceRegistrationBulkService } from './device-registration/index.js'; export { UserRoleService } from './user-role/index.js'; export { UserGroupService } from './user-group/index.js'; export { Realtime } from './realtime/index.js'; export { IdentityService } from './identity/index.js'; export { TrustedCertificateService, CrlService } from './trusted-certificates/index.js'; export { SmartGroupsService } from './smart-groups/index.js'; export { SmartRulesService } from './smart-rules/index.js'; export { FeatureService } from './feature/index.js'; //# sourceMappingURL=services.d.ts.map