UNPKG

@c8y/client

Version:

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

24 lines 868 B
export * from './Service.js'; export * from './FetchClient.js'; export * from './IAuthentication.js'; export * from './BasicAuth.js'; export * from './BearerAuth.js'; export * from './BearerAuthFromSessionStorage.js'; export * from './CookieAuth.js'; export * from './MicroserviceClientRequestAuth.js'; export * from './NodeJSCookieAuth.js'; export * from './IIdentified.js'; export * from './INamed.js'; export * from './IResult.js'; export * from './IResultList.js'; export * from './IFetchOptions.js'; export * from './IFetchResponse.js'; export * from './IFetchClient.js'; export * from './IMicroserviceSubscriptions.js'; export * from './Paging.js'; export * from './ISource.js'; export * from './Severity.js'; export * from './ICustomProperties.js'; export * from './ICustomPropertiesMap.js'; export * from './QueriesUtil.js'; //# sourceMappingURL=index.d.ts.map