0.0.1-1675348695 • Published 2 years ago

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

Weekly downloads
2,082
License
EPL-2.0
Repository
github
Last release
2 years 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-1671508977

3 years ago

0.0.1-1671716979

3 years ago

0.0.1-1671626273

3 years ago

0.0.1-1672830275

2 years ago

0.0.1-1671793076

2 years ago

0.0.1-1671396159

3 years ago

0.0.1-1675348695

2 years ago

0.0.1-1671508358

3 years ago

0.0.1-1671501684

3 years ago

0.0.1-1671500717

3 years ago

0.0.1-1671141172

3 years ago

0.0.1-1671511265

3 years ago

0.0.1-1671506421

3 years ago

0.0.1-1671618011

3 years ago

0.0.1-1671509692

3 years ago

0.0.1-1672829859

2 years ago

0.0.1-1671502827

3 years ago

0.0.1-1671510809

3 years ago

0.0.1-1671443526

3 years ago

0.0.1-1663851810

3 years ago

0.0.1-1663764437

3 years ago

0.0.1-1632305737

4 years ago

0.0.1-1625140858

4 years ago

0.0.1-1622804813

4 years ago

0.0.1-1618916247

4 years ago

0.0.1-1618571337

4 years ago

0.0.1-1616516267

4 years ago

0.0.1-1615287725

4 years ago

0.0.1-1613475508

4 years ago

0.0.1-1613484098

4 years ago

0.0.1-1613117389

4 years ago

0.0.1-1612278649

4 years ago

0.0.1-1611344228

4 years ago

0.0.1-1610629049

4 years ago

0.0.1-1608729270

4 years ago

0.0.1-1608729566

4 years ago

0.0.1-1608725337

4 years ago

0.0.1-1604565687

5 years ago

0.0.1-1604423399

5 years ago

0.0.1-1604083811

5 years ago

0.0.1-1600695209

5 years ago

0.0.1-1598950097

5 years ago

0.0.1-1597050739

5 years ago

0.0.1-1596704139

5 years ago

0.0.1-1593692693

5 years ago

0.0.1-1585913592

5 years ago

0.0.1-1585324232

5 years ago

0.0.1-1584656304

5 years ago

0.0.1-1584025415

5 years ago

0.0.1-1579077578

5 years ago

0.0.1-1574171760

6 years ago

0.0.1-1571058183

6 years ago

0.0.1-1564415689

6 years ago

0.0.1-1562318146

6 years ago

0.0.1-1561973021

6 years ago

0.0.1-1551093769

6 years ago

0.0.1-1549976390

6 years ago

0.0.1-1548402719

6 years ago

0.0.1-1548401429

6 years ago

0.0.1-1546509769

6 years ago

0.0.1-1546444839

6 years ago

0.0.1-1545387823

7 years ago

0.0.1-1527159618

7 years ago

0.0.1-1525953185

7 years ago

0.0.1-1523602788

7 years ago

0.0.1-1523528314

7 years ago

0.0.1-1523456289

7 years ago

0.0.1-20180411

7 years ago