4.6.2 • Published 29 days ago

@vcsuite/planner-sdk v4.6.2

Weekly downloads
-
License
MIT
Repository
-
Last release
29 days ago

@vcsuite/planner-sdk

This package is an auto generated API to access the vcPUBLISHERs REST API. It uses the planner OpenAPI document to generate a web & node SDK. For usage with node, you must have node-fetch installed as a dependency.

Installation

For use in a web app: npm i @vcsuite/planner-sdk. For use in a node app: npm i node-fetch @vcsuite/planner-sdk;

Usage

import * as api from '@vcsuite/planner-sdk';

api.setServerUrl('http://localhost:3000');

const { _id: userId, token } = await api.postLogin({
  username: 'admin',
  password: 'admin123',
});
api.authorize(token);

const projects = await api.postProjectGet({});

For more examples, see the integration tests.

4.6.2

29 days ago

4.6.1

1 month ago

4.6.0

1 month ago

4.6.0-rc.3

2 months ago

4.6.0-rc.2

2 months ago

4.5.3

3 months ago

4.6.0-rc.1

2 months ago

4.5.2

4 months ago

4.5.1

4 months ago

4.5.0

4 months ago

4.4.10

4 months ago

4.4.9

5 months ago

4.4.8

6 months ago

4.4.7

6 months ago

4.4.6

6 months ago

4.4.5

7 months ago

4.4.4

7 months ago

4.4.3

7 months ago

4.4.2

8 months ago

4.4.1

8 months ago

4.4.0

8 months ago