Socket
Book a DemoInstallSign in
Socket

@eclipse-che/workspace-telemetry-client

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/workspace-telemetry-client

This is a client for telemetry REST API.

Source
npmnpm
Version
0.0.1-1654006444
Version published
Weekly downloads
210
-23.91%
Maintainers
5
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 31 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts