1.0.21 • Published 5 months ago

@o2oa/action v1.0.21

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
5 months ago

Installation

npm install --save @o2oa/action

Sample

import {server} from '@o2oa/action';

const env = {
    "name": "myenv",
    "host": "myserver.o2oa.net",
    "port": 20030,
    "user": "username",
    "password": "password",
    "protocol": "http"
};
//connect the server and login
const o2server = await getter.get(env);
//get o2server restful actions
const action = await o2server.action("x_processplatform_assemble_designer");
//request Process Applications
const processApplications = await action.ApplicationAction.list();
1.0.21

5 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.20

6 months ago

1.0.15

1 year ago

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago