2.3.8 • Published 8 months ago

@ordinlabs/wsm-api-client v2.3.8

Weekly downloads
-
License
LGPL-3.0-only
Repository
-
Last release
8 months ago

Workspace Manager Client SDK

The Workspace Manager Typescript Client SDK provides a mechanism for scripting actions the Workspace Manager admin application.

Getting an API Key

  1. Log in to the admin application.
  2. Click on your username in the top right corner and click the Profile link.
  3. Click on the Profile tab.
  4. Click the Generate new access key button.
  5. Provide a description of the key and an expiration date.
  6. Click the Generate button.
  7. Copy the key and store it in a safe place. Note: there is no way to view the key after this dialog is dismissed.

Using the SDK

import { newRpcClient } from '@ordinlabs/wsm-api-client';

async function go() {
  const rpcClient = newRpcClient({
    baseUrl: 'https://www.example.com',
    apiKey: 'the-api-key',
  });
  
  await rpcClient.startWorkspace({workspaceId: '12345'});
}

go().catch(e => console.error(e));
2.3.8-alpha.3

8 months ago

2.3.8

8 months ago

2.3.8-alpha.2

8 months ago

2.3.8-alpha.1

8 months ago

2.3.8-alpha.0

8 months ago

2.3.0

9 months ago

2.3.2

9 months ago

2.3.1

9 months ago

2.3.4

9 months ago

2.3.3

9 months ago

2.3.6

9 months ago

2.3.5

9 months ago

2.3.0-alpha.10

9 months ago

2.3.0-alpha.11

9 months ago

2.3.7

9 months ago

2.3.0-alpha.8

9 months ago

2.3.0-alpha.9

9 months ago

2.3.0-alpha.7

9 months ago

2.3.0-alpha.2

9 months ago

2.3.0-alpha.3

9 months ago

2.3.0-alpha.6

9 months ago

2.3.0-alpha-nest.1

9 months ago

2.3.0-alpha.4

9 months ago

2.3.0-alpha.5

9 months ago

2.3.0-alpha.1

10 months ago

2.3.0-alpha.0

12 months ago

2.2.3-alpha.10

12 months ago

2.2.3-alpha.9

12 months ago

2.2.3-alpha.0

12 months ago

2.2.2

12 months ago

2.2.1

12 months ago