0.0.1-1675348695 • Published 1 year ago

@eclipse-che/workspace-client v0.0.1-1675348695

Weekly downloads
2,082
License
EPL-2.0
Repository
github
Last release
1 year ago

Workspace client

This is a client for workspace REST API and workspace master JSON-RPC API interactions.

Examples

REST API client

import WorkspaceClient from '@eclipse-che/workspace-client';

const restApiClient = WorkspaceClient.getRestApi();
// get list of workspaces
const promise = restApiClient.getAll();
promise.then((workspaces) => {
    // process workspaces here
});

JSON-RPC API client

import WorkspaceClient from '@eclipse-che/workspace-client';

const entryPoint = '/api/workspace';
const masterApiClient = WorkspaceClient.getJsonRpcApi(entryPoint);
const connectionPromise = masterApiClient.connect(entryPoint);
// get client ID
connectionPromise.then(() => {
    const clientId = masterApiClient.getClientId();
});
const statusChangeHandler = message => {
    const status = message.status;
};
// subscribe to workspace status changes
masterApiClient.subscribeWorkspaceStatus('workspace-id', statusChangeHandler);

License

EPL-2

0.0.1-1663851810

2 years ago

0.0.1-1663764437

2 years ago

0.0.1-1632305737

3 years ago

0.0.1-1625140858

3 years ago

0.0.1-1622804813

3 years ago

0.0.1-1618916247

3 years ago

0.0.1-1618571337

3 years ago

0.0.1-1616516267

3 years ago

0.0.1-1615287725

3 years ago

0.0.1-1613475508

3 years ago

0.0.1-1613484098

3 years ago

0.0.1-1613117389

3 years ago

0.0.1-1612278649

3 years ago

0.0.1-1611344228

3 years ago

0.0.1-1610629049

3 years ago

0.0.1-1608729270

3 years ago

0.0.1-1608729566

3 years ago

0.0.1-1608725337

3 years ago

0.0.1-1604565687

4 years ago

0.0.1-1604423399

4 years ago

0.0.1-1604083811

4 years ago

0.0.1-1600695209

4 years ago

0.0.1-1598950097

4 years ago

0.0.1-1597050739

4 years ago

0.0.1-1596704139

4 years ago

0.0.1-1593692693

4 years ago

0.0.1-1585913592

4 years ago

0.0.1-1585324232

4 years ago

0.0.1-1584656304

4 years ago

0.0.1-1584025415

4 years ago

0.0.1-1579077578

4 years ago

0.0.1-1574171760

4 years ago

0.0.1-1571058183

5 years ago

0.0.1-1564415689

5 years ago

0.0.1-1562318146

5 years ago

0.0.1-1561973021

5 years ago

0.0.1-1551093769

5 years ago

0.0.1-1549976390

5 years ago

0.0.1-1548402719

5 years ago

0.0.1-1548401429

5 years ago

0.0.1-1546509769

5 years ago

0.0.1-1546444839

5 years ago

0.0.1-1545387823

5 years ago

0.0.1-1527159618

6 years ago

0.0.1-1525953185

6 years ago

0.0.1-1523602788

6 years ago

0.0.1-1523528314

6 years ago

0.0.1-1523456289

6 years ago

0.0.1-20180411

6 years ago