@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
24 lines • 797 B
JavaScript
export * from './Service';
export * from './FetchClient';
export * from './IAuthentication';
export * from './BasicAuth';
export * from './BearerAuth';
export * from './BearerAuthFromSessionStorage';
export * from './CookieAuth';
export * from './MicroserviceClientRequestAuth';
export * from './NodeJSCookieAuth';
export * from './IIdentified';
export * from './INamed';
export * from './IResult';
export * from './IResultList';
export * from './IFetchOptions';
export * from './IFetchResponse';
export * from './IFetchClient';
export * from './IMicroserviceSubscriptions';
export * from './Paging';
export * from './ISource';
export * from './Severity';
export * from './ICustomProperties';
export * from './ICustomPropertiesMap';
export * from './QueriesUtil';
//# sourceMappingURL=index.js.map