Nothing Special   »   [go: up one dir, main page]

1.0.16 • Published 4 years ago

automic-rest v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

automic-rest (node client)

version coverage state automic

Automic-Rest-Client generated from AE/Swagger https://docs.automic.com/documentation/webhelp/english/AA/12.3/DOCU/12.3/REST%20API/Automation.Engine/swagger.json

Install

npm install automic-rest

Usage

const  automicrest = require('automic-rest');

(async () => {
    const ar = await automicrest.connect({
            basicauth: "eGSSdhZHlYYSSDDvdTpxYXl12SS3c3gyMQ==",
            url: "https://example.com",
            noproxy: true,
            sslverify: false
    });

    let resp = await ar.listExecutions(client_id=1, query="max_results=100")
    for(a in resp.data){
        console.log(resp.data[a].name)
    }
})()

Functions

1.0.2

4 years ago

1.0.1

4 years ago

1.0.16

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.0

4 years ago