@eclipse-che/workspace-telemetry-client
v0.0.1-1685523760
Published
This is a client for telemetry REST API.
Downloads
463
Keywords
Readme
Telemetry client
This is a client for telemetry REST API.
Examples
REST API client
import TelemetryClient from '@dfatwork-pkgs/workspace-telemetry-client';
const telemetryClient = new TelemetryClient();
// notify activity
const promise = telemetryClient.activity({userId: 'anExampleOfUserId'});
promise.then(() => {
// activity has been notified
});
License
EPL-2