4.7.2 • Published 7 months ago
@vcsuite/planner-sdk v4.7.2
@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.7.2
7 months ago
4.7.1
8 months ago
4.7.0
8 months ago
4.6.6
9 months ago
4.6.5
10 months ago
4.6.4
10 months ago
4.6.3
11 months ago
4.6.2
1 year ago
4.6.1
1 year ago
4.6.0
1 year ago
4.6.0-rc.3
1 year ago
4.6.0-rc.2
1 year ago
4.5.3
1 year ago
4.6.0-rc.1
1 year ago
4.5.2
1 year ago
4.5.1
1 year ago
4.5.0
1 year ago
4.4.10
2 years ago
4.4.9
2 years ago
4.4.8
2 years ago
4.4.7
2 years ago
4.4.6
2 years ago
4.4.5
2 years ago
4.4.4
2 years ago
4.4.3
2 years ago
4.4.2
2 years ago
4.4.1
2 years ago
4.4.0
2 years ago